Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 630 Bytes

HOW_TO_RELEASE.md

File metadata and controls

10 lines (9 loc) · 630 Bytes

Starting from develop (with all fixes, features etc. already merged and tested)

  1. Make sure you have updated the built bundle (in the ./dist folder) running ./build.sh
  2. Merge develop into master
  3. Update project version using npm version [major|minor|patch] (will also commit and create a tag)
  4. Push to git git push --tags
  5. Release at https://github.com/gnpis/trait-ontology-widget/releases/new
  • Use the version in package.json as the release name & tag name
  • Add changelogs in release description
  1. Re-deploy JSS & CSS were used (ex: https://urgi.versailles.inra.fr/files/ephesis/trait-ontology/widget-v2/)