HACKING.adoc in asciidoctor-revealjs-2.0.0 vs HACKING.adoc in asciidoctor-revealjs-2.0.1
- old
+ new
@@ -284,9 +284,11 @@
** release commit (--allow-empty) msg: Release %version%
. Tag the release commit
** Annotated Tag msg: Version %version%
. Push your changes (including the tag)
. Make a release on github (from changelog and copy from previous releases)
+// TODO: reg needs fixin'
+** Useful vim regex for AsciiDoc to Markdown: `:%s/{uri-issue}\d\+\(\(\[#\d\+\)]\)/\1(https:\/\/github.com\/asciidoctor\/asciidoctor-reveal.js\/issues\/\2)/gc`
. Pushing the gem on rubygems.org:
+
$ bundle exec rake build
$ gem build asciidoctor-revealjs.gemspec
$ gem push asciidoctor-revealjs-X.Y.Z.gem