Skip to content

Commit

Permalink
feat: add header to CHANGELOG.md (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 15, 2022
1 parent 961f518 commit 4724643
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"plugins": {
"@release-it/conventional-changelog": {
"header": "# Changelog",
"infile": "CHANGELOG.md",
"preset": "conventionalcommits"
}
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Changelog

## [1.21.0](https://github.com/JoshuaKGoldberg/template-typescript-node-package/compare/v1.20.2...v1.21.0) (2022-12-15)

### Features

- clear CHANGELOG.md and local Git tags in setup ([#125](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/125)) ([9ed5f45](https://github.com/JoshuaKGoldberg/template-typescript-node-package/commit/9ed5f452f1de3841647cfff594676819a3e416e5))

# Changelog

### [1.20.2](https://github.com/JoshuaKGoldberg/template-typescript-node-package/compare/v1.20.1...v1.20.2) (2022-12-15)
## [1.20.2](https://github.com/JoshuaKGoldberg/template-typescript-node-package/compare/v1.20.1...v1.20.2) (2022-12-15)

### Bug Fixes

- corrected allcontributors setup import path with fs ([#124](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues/124)) ([2506907](https://github.com/JoshuaKGoldberg/template-typescript-node-package/commit/25069072073b3b26b039aaf2f6b6dea9cd1cd8b2))

### [1.20.1](https://github.com/JoshuaKGoldberg/template-typescript-node-package/compare/v1.20.0...v1.20.1) (2022-12-15)
## [1.20.1](https://github.com/JoshuaKGoldberg/template-typescript-node-package/compare/v1.20.0...v1.20.1) (2022-12-15)

### Bug Fixes

Expand Down

0 comments on commit 4724643

Please sign in to comment.