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 48093cb commit bb0e522Copy full SHA for bb0e522
ops/release.sh
@@ -79,6 +79,8 @@ gh release create "$TAG" \
79
--notes-file "$CHANGELOG_FILE" \
80
--repo "$REPO_NAME"
81
82
+git branch -f released
83
+
84
echo "✅ Release v$NEW_VERSION complete!"
85
echo "📄 Changelog: $CHANGELOG_FILE"
86
echo "🔗 GitHub: https://github.com$(echo "$REPO_URL" | sed 's/.*github.com//')/releases/tag/$TAG"
0 commit comments