Skip to content

Commit

Permalink
use monospaced on commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Jun 22, 2022
1 parent a2d39b6 commit 3aff5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ How to perform a release.
2. Run `bundle exec rake` in the `ruby` directory to make sure that everything is working
3. Commit both `lib/asciidoctor/extensions/asciidoctor_kroki/version.rb` and `Gemfile.lock` files
4. Create a tag starting with `ruby-v` (eg. `ruby-v1.2.3`)
5. Push your changes with the tag: git push origin master --tags
5. Push your changes with the tag: `git push origin master --tags`

## JavaScript

1. Run `npm version x.y.z` at the root of the repository
2. Push your changes with the tag: git push origin master --tags
2. Push your changes with the tag: `git push origin master --tags`

0 comments on commit 3aff5d8

Please sign in to comment.