We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e33cd commit 1a1cae7Copy full SHA for 1a1cae7
.github/workflows/release.yml
@@ -28,7 +28,8 @@ jobs:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
with:
30
semantic_version: 17
31
- # You can specify specifying version range for the extra plugins if you prefer.
+ branches: [ master, cidev ]
32
+ dry_run: true
33
extra_plugins: |
34
@semantic-release/changelog
35
@semantic-release/git
release.config.js
@@ -1,5 +1,4 @@
1
module.exports = {
2
- "dryRun": false,
3
"plugins": [
4
"@semantic-release/commit-analyzer",
5
"@semantic-release/release-notes-generator",
0 commit comments