Skip to content

Commit

Permalink
docs: mention CHANGELOG.md in git tag message
Browse files Browse the repository at this point in the history
  • Loading branch information
bellackn committed Mar 25, 2024
1 parent eaa5027 commit 4eaddc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ release version: lint test
echo 'committing changes'
git add .
git commit -m 'feat: update crate to version {{version}}'
git tag -a -s -m 'release version {{version}}' {{version}}
git tag -a -s -m 'Release of version {{version}}; see CHANGELOG.md' {{version}}
git push
git push --tags

0 comments on commit 4eaddc6

Please sign in to comment.