Skip to content

Commit 2cd6479

Browse files
committed
bump: version 0.7.0 → 0.7.1
1 parent 5c54ca8 commit 2cd6479

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.7.1 (2026-05-08)
2+
13
## v0.7.0 (2026-05-08)
24

35
### Feat

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
changelog_file="$(mktemp)"
5-
cz bump --changelog-to-stdout --git-output-to-stderr > "$changelog_file"
5+
cz bump "${CZ_BUMP_ARGS:-}" --changelog-to-stdout --git-output-to-stderr > "$changelog_file"
66

77
git push origin main
88
sleep 1

0 commit comments

Comments
 (0)