Skip to content

Commit

Permalink
0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 20, 2019
1 parent 2174b6d commit 5cde512
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ rm gpg_key

rm -rf ~/.mill

# We first deploy to Maven to ensure, all modules (worker, contrib) are available
out/dev/assembly/dest/mill uploadToGithub $GITHUB_ACCESS_TOKEN

out/dev/assembly/dest/mill mill.scalalib.PublishModule/publishAll \
--sonatypeCreds lihaoyi:$SONATYPE_PASSWORD \
--gpgPassphrase $GPG_PASSWORD \
--publishArtifacts __.publishArtifacts \
--readTimeout 600000 \
--release true \
--signed true

# We upload the assembly to GitHub only after we deployed to Maven
out/dev/assembly/dest/mill uploadToGithub $GITHUB_ACCESS_TOKEN
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ corresponding version of Mill.
[milestone after 0.5.4](https://github.com/lihaoyi/mill/milestone/33?closed=1)
and the [list of commits](https://github.com/lihaoyi/mill/compare/0.5.4...master).*

### 0.5.5 - 2019-12-20
### 0.5.6 - 2019-12-20

- Bump library versions: Ammonite 1.9.2, uPickle 0.9.0, Scalatags 0.8.2, OS-Lib
0.5.0, Requests 0.3.0, Geny 0.2.0, uTest 0.7.1
Expand Down

0 comments on commit 5cde512

Please sign in to comment.