Skip to content

Commit

Permalink
chore: clean-up changelog file references (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djaytan authored Jan 16, 2025
1 parent cfab3bd commit 0236601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/semantic-release/commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module.exports = {
rules: {
// Project specific rules
'scope-enum': [2, 'always', [
'readme', 'contributing', 'changelog', 'packaging', 'deps', 'other',
'github', 'renovate', 'release'
'readme', 'contributing', 'packaging', 'deps', 'other', 'github',
'renovate', 'release'
]],

// Compliant with Angular conventions (getting rid of "style" and "chore" types)
Expand Down
3 changes: 1 addition & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ from [Angular project](https://github.com/angular/angular/blob/main/CONTRIBUTING
│ │ │
│ │ └─⫸ Summary in present tense. Not capitalized. No period at the end.
│ │
│ └─⫸ Commit Scope: readme|contributing|changelog|packaging|deps|other|github|renovate|release
│ └─⫸ Commit Scope: readme|contributing|packaging|deps|other|github|renovate|release
└─⫸ Commit Type: feat|fix|perf|refactor|docs|test|build|ci|chore
```
Expand Down Expand Up @@ -149,7 +149,6 @@ No scope should be specified except for some changes.
* **readme**: used for changes updating the `README.md` file
* **contributing**: used for changes updating the contribution-related
files: `CONTRIBUTING.md`, `CODE_OF_CONDUCT.md` & `SECURITY.md`
* **changelog**: used for changes updating the `CHANGELOG.md` file

###### Specific to the `build` type

Expand Down

0 comments on commit 0236601

Please sign in to comment.