Skip to content

Commit

Permalink
fix: add changelog, trigger release (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Gordon authored May 1, 2024
1 parent cec5891 commit 1e6b7e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Empty file added CHANGELOG.md
Empty file.
8 changes: 7 additions & 1 deletion release.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"branches": ["main"],
"branches": [
"main",
{
"name": "next",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 1e6b7e6

Please sign in to comment.