Skip to content

Commit 1a1cae7

Browse files
committed
[ci] also run against cidev
1 parent 80e33cd commit 1a1cae7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
with:
3030
semantic_version: 17
31-
# You can specify specifying version range for the extra plugins if you prefer.
31+
branches: [ master, cidev ]
32+
dry_run: true
3233
extra_plugins: |
3334
@semantic-release/changelog
3435
@semantic-release/git

release.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module.exports = {
2-
"dryRun": false,
32
"plugins": [
43
"@semantic-release/commit-analyzer",
54
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)