Skip to content

Commit 7884d5e

Browse files
committed
Update release docs instructions
1 parent 0edebfb commit 7884d5e

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -359,15 +359,11 @@ best practice is to depend on `concurrent-ruby` and let users to decide if they
359359

360360
* Update `version.rb`
361361
* Update the CHANGELOG
362-
* Update the Yard documentation
363-
- Add the new version to `docs-source/signpost.md`. Needs to be done only if there are visible changes in the
364-
documentation.
365-
- Run `bundle exec rake yard` to update the master documentation and signpost.
366-
- Run `bundle exec rake yard:<new-version>` to add or update the documentation of the new version.
362+
* Add the new version to `docs-source/signpost.md`. Needs to be done only if there are visible changes in the documentation.
367363
* Commit (and push) the changes.
368-
* Use `be rake release` to release the gem. It consists
369-
of `['release:checks', 'release:build', 'release:test', 'release:publish']` steps. It will ask at the end before
370-
publishing anything. Steps can also be executed individually.
364+
* Use `bundle exec rake release` to release the gem.
365+
It consists of `['release:checks', 'release:build', 'release:test', 'release:publish']` steps.
366+
It will ask at the end before publishing anything. Steps can also be executed individually.
371367

372368
## Maintainers
373369

0 commit comments

Comments
 (0)