Skip to content

Commit

Permalink
chore: create .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Jan 2, 2025
1 parent f386def commit bd0d25b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"branches": [
"master",
{
"name": "client-server",
"prerelease": "beta",
"channel": "beta"
}
],
"repositoryUrl": "https://github.com/vyfor/cord.nvim",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/github",
{
"assets": "dist/*"
}
],
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}

0 comments on commit bd0d25b

Please sign in to comment.