Skip to content

Commit

Permalink
ci: Adds initial semrel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Feb 9, 2024
1 parent 6806a7a commit 72c8c0d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"branches": [
"main",
"37-feat-semver"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/exec",
{
"prepareCmd": "echo ${nextRelease.version} ${branch.name} ${commits.length} ${Date.now()}"
}
]
]
}

0 comments on commit 72c8c0d

Please sign in to comment.