Deployment
Once you are happy with the code:
- Just run
npm version
:npm version major
ORnpm version minor
ORnpm version patch
. - Write release notes on Github https://github.com/alm-tools/alm/releases.
Sample Output
You must have
git
on your system path for this to work.
Release Guidelines
- Release Notes : In general be sure to mention any breaking changes 🌹.
- Release Notes : Try to link to reasons for upgrading TypeScript (some new cool feature or fix you wanted).
- Semantic : TypeScript version upgrades should be considered at least a minor release.
- Semantic : If there is a significant change in the TypeScript compiler consider doing a major release.