A Note
npm i
npm start
npm start
npm start
All version changes should obey semantic versioning rules.
Releases use the semantic-release tooling and the angular preset for commit message syntax. Upon release, the version in package.json
is updated, a tag and GitHub release is created and a new package will be deployed to NPM.
Commits prefixed with feat
will trigger a minor release, while fix
or perf
will trigger a patch release. A commit containing BREAKING CHANGE
will cause a major release to occur.
Other useful prefixes that will not trigger a release: build
, ci
, docs
, refactor
, style
and test
. More details in the Angular Contribution Guidelines.