Skip to content

Commit

Permalink
Merge branch 'brent/fix-release-script-bug' (#1648)
Browse files Browse the repository at this point in the history
* brent/fix-release-script-bug:
  fix `unclog release` command
  • Loading branch information
brentstone committed Jul 4, 2023
2 parents 495035e + 11f3ba8 commit 8f6d1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ git add wasm/checksums.json
git commit --fixup=$HASH_AFTER

# update the changelog (1 fixup)
unclog release --version $TAG_NAME
unclog release $TAG_NAME
unclog build > CHANGELOG.md
git add .changelog CHANGELOG.md
git commit --fixup=$HASH_AFTER
Expand Down

0 comments on commit 8f6d1de

Please sign in to comment.