-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* develop: Simplify the 'how to release' documentation. Generate a NPM module in dist folder when running build. Export global only when available.
- Loading branch information
Showing
16 changed files
with
20,777 additions
and
399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
1. Update version in package.json | ||
* Use semantic versioning "X.Y.Z" | ||
2. Re-build project (js/css bundling and minification in the ./dist folder) | ||
3. Commit & push to develop | ||
4. Merge develop to master | ||
5. Create tag & release at https://github.com/gnpis/trait-ontology-widget/releases/new | ||
Starting from develop (with all fixes, features etc. already merged and tested) | ||
|
||
0. Make sure you have updated the built bundle (in the ./dist folder) running `./build.sh` | ||
1. Merge develop into master | ||
2. Update project version using `npm version [major|minor|patch]` (will also commit and create a tag) | ||
3. 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 | ||
6. Re-deploy JSS & CSS were used (ex: https://urgi.versailles.inra.fr/files/ephesis/trait-ontology/widget-v2/) | ||
4. Re-deploy JSS & CSS were used (ex: https://urgi.versailles.inra.fr/files/ephesis/trait-ontology/widget-v2/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.