Skip to content

Commit d6b4d0e

Browse files
Task: fix bump script
1 parent 12a6478 commit d6b4d0e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# Changelog
2+

scripts/bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ echo "new version: $next_version"
1212
ghch -w -N "$next_version"
1313

1414
git add version/info.go CHANGELOG.md
15-
git ci -m "Release $next_version"
15+
git commit -m "Release $next_version"
1616
git tag -a "$next_version" -m "Version $next_version"
1717
git push && git push --tags

0 commit comments

Comments
 (0)