Skip to content

richmar10/d2l-note

Repository files navigation

d2l-note

Build Status

A Note

Developing

Installing dependencies

npm i

Running the demo

npm start

Linting

npm start

Testing

npm start

Versioning

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.