Skip to content

Commit

Permalink
ci: Enabled prepend on semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
isala404 committed Dec 27, 2021
1 parent ac055de commit 4ea7cb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
allow-initial-development-versions: true
prepend: true
changelog-file: CHANGELOG.md
- name: Update CHANGELOG.md
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git add CHANGELOG.md
git commit -m "docs: update the changelog"
git commit -m "docs: Update the changelog"
git push origin
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### Documentation

* Update the changelog (a054a150)

## 0.1.0 (2021-12-27)

#### Feature
Expand Down

0 comments on commit 4ea7cb3

Please sign in to comment.