Skip to content

Commit

Permalink
Merge pull request #54 from projectcaluma/master
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
open-dynaMIX authored May 18, 2019
2 parents 5ee4f5f + 28f3f16 commit 1f4b395
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,18 @@ jobs:

- stage: release
if: branch = release and type = push
script: skip
language: node_js
node_js: lts/*
script:
# Install all dependencies required for `semantic-release`
- npm install @semantic-release/commit-analyzer
- npm install @semantic-release/release-notes-generator
- npm install @semantic-release/changelog
- npm install @semantic-release/github
deploy:
provider: script
skip_cleanup: true
on:
branch: release
script:
- nvm install lts/*
- npx semantic-release
2 changes: 1 addition & 1 deletion caluma_interval/interval.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__title__ = "caluma_interval"
__description__ = "Caluma companion app for periodic usage of forms"
__version__ = "0.0.1"
__version__ = "0.0.0"
__author__ = "Adfinis SyGroup"


Expand Down

0 comments on commit 1f4b395

Please sign in to comment.