File tree 1 file changed +6
-1
lines changed
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
372
372
Using [ gem-release] ( https://github.com/svenfuchs/gem-release ) :
373
373
``` shell
374
374
vi CHANGELOG.md && git commit -am " Update CHANGELOG.md" && git push
375
+ gem signin
375
376
gem bump --version minor --tag --sign --push --release
376
377
```
377
378
For ` --version ` , use ` major|minor|patch ` as needed.
@@ -389,10 +390,14 @@ or **preferred** combined with gem-release:
389
390
``` shell
390
391
vi CHANGELOG.md
391
392
git commit -am " Update CHANGELOG.md" && git push
393
+ gem signin
392
394
gem bump --version minor --tag --push --sign
393
395
```
394
396
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
+
396
401
``` shell
397
402
gh run watch
398
403
```
You can’t perform that action at this time.
0 commit comments