Skip to content

Commit

Permalink
Combine extra Native and JS releases together and prepare for new rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
ekrich committed Dec 13, 2019
1 parent 08fa06f commit 451955b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ jobs:
script:
- sbt ci-release
- export SCALANATIVE_VERSION=0.4.0-M2
- export CI_RELEASE="+sconfigNative/publishSigned"
- sbt ci-release
- export SCALAJS_VERSION=1.0.0-RC2
- export CI_RELEASE="+sconfigJS/publishSigned"
- export CI_RELEASE="+sconfigNative/publishSigned;+sconfigJS/publishSigned"
- sbt ci-release

cache:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For specific changes, refer to the releases below.

## Versions

Release [1.1.0](https://github.com/ekrich/sconfig/releases/tag/v1.1.0) - (2019-12-13)<br/>
Release [1.1.1](https://github.com/ekrich/sconfig/releases/tag/v1.1.1) - (2019-12-13)<br/>
Release [1.0.0](https://github.com/ekrich/sconfig/releases/tag/v1.0.0) - (2019-08-05)<br/>
Release [0.9.2](https://github.com/ekrich/sconfig/releases/tag/v0.9.2) - (2019-06-10)<br/>
Release [0.9.1](https://github.com/ekrich/sconfig/releases/tag/v0.9.1) - (2019-05-22)<br/>
Expand Down

0 comments on commit 451955b

Please sign in to comment.