How to perform a release.
- Update the version number
VERSION
inlib/asciidoctor/extensions/asciidoctor_kroki/version.rb
- Run
bundle exec rake
in theruby
directory to make sure that everything is working - Commit both
lib/asciidoctor/extensions/asciidoctor_kroki/version.rb
andGemfile.lock
files - Create a tag starting with
ruby-v
(eg.ruby-v1.2.3
) - Push your changes with the tag:
git push origin master --tags
- Run
npm version x.y.z
at the root of the repository - Push your changes with the tag:
git push origin master --tags