Skip to content

Commit

Permalink
build: add changelog update shell
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Aug 10, 2024
1 parent fffe6f1 commit 7c4de5d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelog.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# prepare the CHANGELOG.md with the current version
git flow hotfix start changeme

# generate CHANGELOG.md
git-changelog-command-line -of CHANGELOG.md

git commit -m'docs: update changeme' -a

# finish the hotfix without create tag
git flow hotfix finish changeme -n

0 comments on commit 7c4de5d

Please sign in to comment.