Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 869 Bytes

release-procedure.md

File metadata and controls

16 lines (11 loc) · 869 Bytes

Release procedures

When releasing a new version, please ensure the following steps are carried out:

  1. Update CHANGES to reflect the new updates.
  2. Bump version in:
    • package.json - do this by running npm version newversion - e.g. npm version 3.17.0. This will automatically tag and commit the version bump.
  3. Push the tag to intermine/imjs on github. This might be something like git push upstream v3.17.0.
  4. Release on npm.
  5. Update on the CDN repo
  6. Finally - update on the locally hosted InterMine CDN, too!

Troubleshooting

Alex, Josh, and Yo have access to publish to npm. Speak to one of them to gain full access to publish if you don't have it already. You'll need an account on npmjs.com.