Skip to content

Commit

Permalink
ci: fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Sep 4, 2023
1 parent 4e4b56b commit 421d2d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
},
"plugins": {
"@release-it/keep-a-changelog": {
"filename": "CHANGELOG.md"
"filename": "CHANGELOG.md",
"addUnreleased": false,
"keepUnreleased": false
}
}
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [Unreleased]

### [0.1.0] - 2023-09-04

#### Added

- First public release.

## [0.0.0]

Init

0 comments on commit 421d2d7

Please sign in to comment.