This repository was archived by the owner on Sep 27, 2019. It is now read-only.
-
Couldn't load subscription status.
- Fork 65
Release Process
Heyse Li edited this page Jun 10, 2019
·
2 revisions
- Bump version:
npm --no-git-tag-version version patch|minor|major(auto tag will bevx.y.z, want justx.y.z) - Commit changes
- Add tag:
git tag x.y.z - Push commits and tag:
git push && git push --tags - Sync
mastertodevelop - Make release notes: Github repo > Releases > Tags > 3 dots on the tag you want > Create Release > Fill in release notes
- Get feedback on notes
- Release on npm:
npm publish
- Publish on Verdaccio in the terminal:
verdaccio - In DRC
npm run publishnpm publish --registry http://localhost:4873
- File locations (if you want to delete things)
- Verdaccio config:
/Users/USERNAME/.config/verdaccio/config.yaml - Verdaccio package storage:
/Users/USERNAME/.local/share/verdaccio/storage
- Verdaccio config:
- Test release on Verdaccio
- Change
test-appto point to Verdaccio
- Change