Skip to content

Commit

Permalink
feat(semantic-release): install semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-loeser committed Jan 16, 2024
1 parent 5d14751 commit 39a06d7
Show file tree
Hide file tree
Showing 4 changed files with 12,443 additions and 1,468 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
23 changes: 23 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"branches": [
"main"
],
"plugins": [
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
Loading

0 comments on commit 39a06d7

Please sign in to comment.