Skip to content
Snippets Groups Projects
Commit 4a9eca25 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: release script must add appveyor file for prerelease

parent 06d3aef5
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ ]]; then ...@@ -33,7 +33,7 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ ]]; then
git add package.json .travis.yml appveyor.yml test/integration/branches.js install.sh git add package.json .travis.yml appveyor.yml test/integration/branches.js install.sh
;; ;;
pre) pre)
git add package.json .travis.yml test/integration/branches.js git add package.json .travis.yml appveyor.yml test/integration/branches.js
;; ;;
esac esac
git commit -m "v$2" git commit -m "v$2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment