You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gemini/commands/release.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Follow these steps precisely:
26
26
- Create a commit for the release: `git add CHANGELOG.md README.md && git commit -m "chore(release): version <new_version>"` (include any other files updated during the version bump).
27
27
- Create a git tag: `git tag -a "v<new_version>" -m "Release v<new_version>"`.
28
28
- Push the tag to the remote if it exists.
29
-
- Propose using `gh release create` for GitHub releases, including the changelog entry as the release notes.
29
+
- Attempt to use `gh release create` for GitHub releases, including the changelog entry as the release notes.
30
30
31
31
Report the successful completion of the release and the new version.
0 commit comments