We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba07c2 commit fe7b9a8Copy full SHA for fe7b9a8
scripts/bump.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+TAG="$1"
3
+git-cliff --bump -t "$TAG" -o CHANGELOG.md
4
+uv version "$TAG"
5
+git add .
6
+git commit -m "chore(release): bump version to $TAG"
7
+git tag "$TAG"
8
+git push --atomic origin main "$TAG"
0 commit comments