Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(ci): Auto changelog #831

Merged
merged 15 commits into from
May 9, 2024
Merged
Prev Previous commit
Next Next commit
Update changelog.yml
hoangdv2429 authored May 6, 2024
commit 248341015b66a606027ed71025fc4cabad399dad
6 changes: 3 additions & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -12,9 +12,9 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v3
with:
fetch-depth: 0 # Ensure all history is fetched
fetch-depth: 0

- name: Setup Node.js (if using a Node.js tool for changelog generation)
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
@@ -31,7 +31,7 @@ jobs:
with:
commit-message: "Update CHANGELOG.md [skip ci]"
title: "Automated Changelog Update [skip ci]"
body: "Update the CHANGELOG.md with recent commits. [skip ci]"
body: "Update the CHANGELOG.md with recent pushs. [skip ci]"
branch: auto-changelog-update-${{ github.run_number }}
delete-branch: true
branch-suffix: timestamp