Skip to content

Commit 40f7e3c

Browse files
authored
Clarify release instructions
1 parent a9e33a6 commit 40f7e3c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ bundle exec rake release
372372
Using [gem-release](https://github.com/svenfuchs/gem-release):
373373
```shell
374374
vi CHANGELOG.md && git commit -am "Update CHANGELOG.md" && git push
375+
gem signin
375376
gem bump --version minor --tag --sign --push --release
376377
```
377378
For `--version`, use `major|minor|patch` as needed.
@@ -389,10 +390,14 @@ or **preferred** combined with gem-release:
389390
```shell
390391
vi CHANGELOG.md
391392
git commit -am "Update CHANGELOG.md" && git push
393+
gem signin
392394
gem 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
397402
gh run watch
398403
```

0 commit comments

Comments
 (0)