@@ -20,7 +20,7 @@ Bootstrap a new TypeScript module in five minutes or less.
20
20
- [ Prettier] code.
21
21
- Futuristic debuggable unit testing with [ AVA] .
22
22
- 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] .
24
24
- Continuous testing and package publishing with [ GitHub Actions] .
25
25
- Consistent coding with [ EditorConfig] .
26
26
- Start coding instantly with [ GitHub Codespaces] .
@@ -29,7 +29,6 @@ Bootstrap a new TypeScript module in five minutes or less.
29
29
30
30
[ AVA ] : https://github.com/avajs/ava
31
31
[ code owners ] : https://github.blog/2017-07-06-introducing-code-owners/
32
- [ Conventional Commits ] : https://www.conventionalcommits.org/
33
32
[ ECMAScript module ] : https://nodejs.org/api/esm.html
34
33
[ ESLint ] : https://eslint.org/
35
34
[ EditorConfig ] : https://editorconfig.org/
@@ -182,9 +181,9 @@ $ npm install
182
181
#### Automatic
183
182
184
183
New 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 ] .
186
185
187
- [ Conventional Commits ] : https://www.conventionalcommits.org/
186
+ [ Angular Commit Message Conventions ] : https://semantic-release.gitbook.io/semantic-release/#commit-message-format
188
187
[ semantic-release ] : https://semantic-release.gitbook.io/
189
188
190
189
#### Manual
@@ -220,8 +219,8 @@ The following repository secrets must be set on [GitHub Actions]:
220
219
221
220
## Contributing
222
221
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.
225
224
226
225
1 . Create your feature branch (` git checkout -b my-new-feature ` ).
227
226
2 . Make changes.
@@ -233,7 +232,7 @@ The following repository secrets must be set on [GitHub Actions]:
233
232
8 . Wait for the required approval from the code owners.
234
233
9 . Merge when ready.
235
234
236
- [ Conventional Commits ] : https://www.conventionalcommits.org/
235
+ [ Angular Commit Message Conventions ] : https://semantic-release.gitbook.io/semantic-release/#commit-message-format
237
236
238
237
## License
239
238
0 commit comments