Skip to content

Commit

Permalink
Update and rename .releaserc.yaml to .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
VermiumSifell committed Dec 13, 2022
1 parent 6d1a211 commit 27e47c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
18 changes: 18 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"branches": [
"main",
{
"name": "next",
"prerelease": true
}
],
"debug": true,
"ci": true,
"dryRun": false,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/git",
"@semantic-release/github"
]
}
17 changes: 0 additions & 17 deletions .releaserc.yaml

This file was deleted.

0 comments on commit 27e47c0

Please sign in to comment.