From 3aff5d8ddaed434a4869392d41f023c0cc0c1193 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Wed, 22 Jun 2022 17:43:18 +0200 Subject: [PATCH] use monospaced on commands --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 670923a0..11c268fc 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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`