Closed TillaTheHun0 closed 4 years ago
@lgandecki I just swapped out standard-version
for semantic-release
based on our discussion about what you would like to happen on a release (just a git tag). semantic-release
should work out of the box with this setup as we are still adhering to Angular Commit Style (Conventional Commits)
@lgandecki any eyes on this?
not yet! Sorry. Super busy the last few days. worst-case scenario I will get this done the coming weekend.
I want to add the semantic-release separately so I took the previous commit from this branch, created a new branch and merged all that there - #17 . Thanks for your help!
This PR:
husky
,commitlint
, andlint-staged
for code quality and commit message spec compliance. On each commit, the relevant code is linted and tested. Additionally the commit message is checked to be compliant with the Conventional Commits Specstandard-version
~semantic-release
for semantically tagging, and generating release notes. Exposed as thenpm
scriptrelease
.