File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -372,6 +372,7 @@ bundle exec rake release
372372Using [ gem-release] ( https://github.com/svenfuchs/gem-release ) :
373373``` shell
374374vi CHANGELOG.md && git commit -am " Update CHANGELOG.md" && git push
375+ gem signin
375376gem bump --version minor --tag --sign --push --release
376377```
377378For ` --version ` , use ` major|minor|patch ` as needed.
@@ -389,10 +390,14 @@ or **preferred** combined with gem-release:
389390``` shell
390391vi CHANGELOG.md
391392git commit -am " Update CHANGELOG.md" && git push
393+ gem signin
392394gem bump --version minor --tag --push --sign
393395```
394396
395- then watch progress with [ gh] ( https://cli.github.com/ )
397+ then watch progress with [ gh] ( https://cli.github.com/ ) .
398+
399+ For ` --version ` , use ` major|minor|patch ` as needed.
400+
396401``` shell
397402gh run watch
398403```
You can’t perform that action at this time.
0 commit comments