Skip to content

Commit

Permalink
chore(ci): Only publish draft release (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol authored Dec 6, 2023
1 parent e3a783f commit e01856f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
15 changes: 15 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"branches": [
"latest"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{
"draftRelease": true
}
]
]
}
7 changes: 0 additions & 7 deletions .releaserc.yml

This file was deleted.

0 comments on commit e01856f

Please sign in to comment.