@@ -20,7 +20,7 @@ Bootstrap a new TypeScript module in five minutes or less.
2020- [ Prettier] code.
2121- Futuristic debuggable unit testing with [ AVA] .
2222- Code coverage reporting with [ Istanbul] and [ c8] .
23- - Fully automated version management and package publishing with [ semantic-release] and [ Conventional Commits ] .
23+ - Fully automated version management and package publishing with [ semantic-release] .
2424- Continuous testing and package publishing with [ GitHub Actions] .
2525- Consistent coding with [ EditorConfig] .
2626- Start coding instantly with [ GitHub Codespaces] .
@@ -29,7 +29,6 @@ Bootstrap a new TypeScript module in five minutes or less.
2929
3030[ AVA ] : https://github.com/avajs/ava
3131[ code owners ] : https://github.blog/2017-07-06-introducing-code-owners/
32- [ Conventional Commits ] : https://www.conventionalcommits.org/
3332[ ECMAScript module ] : https://nodejs.org/api/esm.html
3433[ ESLint ] : https://eslint.org/
3534[ EditorConfig ] : https://editorconfig.org/
@@ -182,9 +181,9 @@ $ npm install
182181#### Automatic
183182
184183New versions are released automatically with [ semantic-release] .
185- as long as commits follow the [ Conventional Commits ] specification .
184+ as long as commits follow the [ Angular Commit Message Conventions ] .
186185
187- [ Conventional Commits ] : https://www.conventionalcommits.org/
186+ [ Angular Commit Message Conventions ] : https://semantic-release.gitbook.io/semantic-release/#commit-message-format
188187[ semantic-release ] : https://semantic-release.gitbook.io/
189188
190189#### Manual
@@ -220,8 +219,8 @@ The following repository secrets must be set on [GitHub Actions]:
220219
221220## Contributing
222221
223- > If using squash merge, edit and ensure the commit message follows the [ Conventional Commits ] specification.
224- > Otherwise, each individual commit must follow the [ Conventional Commits ] specification.
222+ > If using squash merge, edit and ensure the commit message follows the [ Angular Commit Message Conventions ] specification.
223+ > Otherwise, each individual commit must follow the [ Angular Commit Message Conventions ] specification.
225224
2262251 . Create your feature branch (` git checkout -b my-new-feature ` ).
2272262 . Make changes.
@@ -233,7 +232,7 @@ The following repository secrets must be set on [GitHub Actions]:
2332328 . Wait for the required approval from the code owners.
2342339 . Merge when ready.
235234
236- [ Conventional Commits ] : https://www.conventionalcommits.org/
235+ [ Angular Commit Message Conventions ] : https://semantic-release.gitbook.io/semantic-release/#commit-message-format
237236
238237## License
239238
0 commit comments