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 9a8439f commit 1b825c4Copy full SHA for 1b825c4
.circleci/config.yml
@@ -35,6 +35,14 @@ jobs:
35
- vendor
36
- run: ./vendor/bin/phpunit --coverage-text
37
38
+ release-dry-run:
39
+ docker:
40
+ - image: circleci/node:9
41
+ steps:
42
+ - checkout
43
+ - run: yarn global add --prefer-offline --no-progress --non-interactive "semantic-release@15.5.0" "@semantic-release/exec@2.2.4"
44
+ - run: $(yarn global bin)/semantic-release --dry-run
45
+
46
release:
47
docker:
48
- image: circleci/node:9
@@ -49,6 +57,7 @@ workflows:
49
57
jobs:
50
58
- test-7.1
51
59
- test-7.2
60
+ - release-dry-run
52
61
- hold:
53
62
type: approval
54
63
requires:
0 commit comments