Skip to content

Commit 36ae59c

Browse files
committed
do a dry run of script/release-candidate to get this release out
1 parent e90c0a7 commit 36ae59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ after_success:
2323
deploy:
2424
# publish release candidates on release branches
2525
- provider: script
26-
script: script/release-candidate
26+
script: script/release-candidate --dry-run
2727
skip_cleanup: true
2828
on:
2929
branch: release*

0 commit comments

Comments
 (0)