Skip to content

Commit

Permalink
0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 24, 2019
1 parent 7fff845 commit 719af2f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ matrix:
jdk: oraclejdk8

- stage: release
script: "ci/on-master.py ci/release.sh"
script: "ci/on-master.py ci/release-github.sh"
jdk: oraclejdk9
- stage: release
script: "ci/on-master.py ci/release-sonatype.sh"
jdk: oraclejdk9
- stage: release
script: "ci/on-master.py ci/publish-docs.sh"
Expand Down
7 changes: 7 additions & 0 deletions ci/release-github.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

set -eux



./mill uploadToGithub $GITHUB_ACCESS_TOKEN
3 changes: 0 additions & 3 deletions ci/release.sh → ci/release-sonatype.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ rm gpg_key
--signed true \
--publishArtifacts __.publishArtifacts \
--release true


./mill uploadToGithub $GITHUB_ACCESS_TOKEN
4 changes: 2 additions & 2 deletions docs/pages/1 - Cask: a Scala HTTP micro-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ via the following coordinates:
```scala
// Mill
ivy"com.lihaoyi::cask:0.4.5"
ivy"com.lihaoyi::cask:0.4.6"
// SBT
"com.lihaoyi" %% "cask" % "0.4.5"
"com.lihaoyi" %% "cask" % "0.4.6"
```
The `./mill` command is just a wrapper around the
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ courtesy of EJ Technologies

## Changelog

### 0.4.5
### 0.4.6

- Bump uPickle, Requests versions

Expand Down

0 comments on commit 719af2f

Please sign in to comment.