Skip to content

Commit

Permalink
chore: enable changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
bassco committed Nov 30, 2023
1 parent afb5c24 commit bb5c9c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"customTags": ["v${major}", "v${major}.${minor}"]
}
],
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/exec",
{
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Changelog

0 comments on commit bb5c9c9

Please sign in to comment.