Skip to content

Commit

Permalink
chore: init semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
manuartero committed Oct 31, 2023
1 parent 32b3198 commit dffffa1
Show file tree
Hide file tree
Showing 4 changed files with 18,521 additions and 7,937 deletions.
19 changes: 19 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json",
"package-lock.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
}
Empty file added CHANGELOG.md
Empty file.
Loading

0 comments on commit dffffa1

Please sign in to comment.