Skip to content

Commit

Permalink
feat(semantic-release): Install semantic release and bumpversion in a…
Browse files Browse the repository at this point in the history
…ppveyor
  • Loading branch information
mediumTaj committed Jul 30, 2018
1 parent f07a624 commit 5ea2d64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ environment:
GITHUB_TOKEN:
secure: 8sr9qy9Ghr7IaCVsf0mvKITy6nb5RZaEScQ3VIPNMJxPzFCkZ688RHIOmW5qWWy5
install:
# Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version
# install modules
- npm install
- pip install --user bumpversion
- npm install @semantic-release/exec
- cmd: >-
rm -rf packages
Expand Down

0 comments on commit 5ea2d64

Please sign in to comment.