HACKING.adoc in asciidoctor-revealjs-1.0.1 vs HACKING.adoc in asciidoctor-revealjs-1.0.2
- old
+ new
@@ -202,12 +202,11 @@
$ cd test-project
$ npm init -y
Now, install the dependencies:
- $ npm i --save asciidoctor.js@1.5.5-2
- $ npm i --save asciidoctor-template.js@1.5.5-2
+ $ npm i --save asciidoctor.js@1.5.5-3
$ npm i --save ../asciidoctor-reveal.js
NOTE: The relative portion of the last command is where you are installing the local `asciidoctor-reveal.js` version from.
Then proceed as documented in the `README.adoc`.
@@ -231,14 +230,18 @@
+
$ gem build asciidoctor-revealjs.gemspec
$ gem push asciidoctor-revealjs-X.Y.Z.gem
. Check that the new version is available on https://rubygems.org/gems/asciidoctor-revealjs[rubygems.org]
+. Build the node package (make sure you have `devDependencies` installed with: `npm install`):
++
+ $ npm run build
+
. Publish the node package on npm:
+
$ npm login
$ npm publish
. Check that the new version is available on https://www.npmjs.com/package/asciidoctor-reveal.js[npmjs.com]
-. Update version (+1 bugfix and append '.dev') and commit
+. Update version in `lib/asciidoctor-revealjs/version.rb` and `package.json` (+1 bugfix and append '-dev') and commit
** commit msg: Begin development on next release