Skip to content

Commit

Permalink
fix: add releaserc file
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmay-d-shah committed Nov 3, 2023
1 parent 91f46f7 commit ca664e3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"branches": ["main"],
"tagFormat": "@v${version}",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{
"successComment": false,
"failComment": false
}
],
[
"@semantic-release/exec",
{
"verifyReleaseCmd": "echo ${nextRelease.version} > .VERSION"
}
]
]
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oslash",
"private": true,
"version": "0.0.1",
"version": "0.0.0-development",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit ca664e3

Please sign in to comment.