Skip to content

Commit 424b7e1

Browse files
committed
feat(release): automate gh release creation in /release command
1 parent 1b16a50 commit 424b7e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gemini/commands/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Follow these steps precisely:
2626
- 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).
2727
- Create a git tag: `git tag -a "v<new_version>" -m "Release v<new_version>"`.
2828
- 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.
3030
3131
Report the successful completion of the release and the new version.
3232
"""

0 commit comments

Comments
 (0)