Skip to content

Commit

Permalink
chore(github): auto build CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsugar committed Mar 4, 2023
1 parent f0ddf25 commit 55dfce0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -24,6 +24,12 @@ jobs:
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }}'
file_pattern: CHANGELOG.md
- name: Create Release
uses: softprops/action-gh-release@v1
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -0,0 +1 @@
# Changelog

0 comments on commit 55dfce0

Please sign in to comment.