Skip to content

Commit

Permalink
chore(release): show the committed changes before creating a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 20, 2021
1 parent 4c6e64b commit 59ffe53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ -n "$1" ]; then
# update the changelog
cargo run -- --tag "$1" > CHANGELOG.md
git add -A && git commit -m "chore(release): prepare for $1"
git show
# generate a changelog for the tag message
export TEMPLATE="\
{% for group, commits in commits | group_by(attribute=\"group\") %}
Expand Down

0 comments on commit 59ffe53

Please sign in to comment.