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 fe92fbb commit 2b6afb9Copy full SHA for 2b6afb9
scripts/release.sh
@@ -28,5 +28,6 @@ git cliff -o CHANGELOG.md --tag $VERSION --github-token $GITHUB_TOKEN
28
git add CHANGELOG.md
29
git commit -m "chore: Release $VERSION"
30
git tag $VERSION -m "Release $VERSION"
31
+git push origin main
32
git push origin $VERSION
33
gh release create $VERSION -t $VERSION --generate-notes -d
0 commit comments