diff --git a/release.sh b/release.sh index 2cb51bfd577f55bbf6389bb6b1881fc67fe25726..43dc16e9d5bd608c234480c2f865786b4daa8ff6 100755 --- a/release.sh +++ b/release.sh @@ -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 ;; pre) - git add package.json .travis.yml test/integration/branches.js + git add package.json .travis.yml appveyor.yml test/integration/branches.js ;; esac git commit -m "v$2"