Skip to content
Andrew Bush edited this page Aug 14, 2017 · 2 revisions

Release snapshots && npm

  1. npm install
  2. Make sure that pom.xml & package.json versions are the same;

IMPORTANT

# package.json
  "version": "3.5.0-betaX",

# pom.xml
<version>3.5.0-betaX-SNAPSHOT</version>
  1. mvn clean package
  2. grunt
  3. git commit
  4. mvn release:prepare

5.1. Agree with questions

  1. git push
  2. npm login
  3. npm publish
Clone this wiki locally