Skip to content

Commit

Permalink
fix unclog release command
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Jul 4, 2023
1 parent 495035e commit 11f3ba8
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 11f3ba8

Please sign in to comment.