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 67d74f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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
}
}
}
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [Unreleased]
## [0.0.0]

Init

0 comments on commit 67d74f4

Please sign in to comment.