feature/drone #5

Closed
watsonb8 wants to merge 14 commits from feature/drone into master
Showing only changes of commit 34fcc1df1a - Show all commits

View File

@ -22,7 +22,7 @@ steps:
image: node
commands:
- export version=`node -p "require('./package.json').version"`
- npm version $version --preid=pre --commit-hooks=false --git-tag-version=false --allow-same-version=true
- npm version prerelease --preid=pre --git-tag-version=false --allow-same-version=true
when:
event:
exclude: