Skip to content

Commit

Permalink
Update mill to the most recent build for 0.11 (to fix publishing to s…
Browse files Browse the repository at this point in the history
…onatype)
  • Loading branch information
stephenamar-db committed Jan 2, 2025
1 parent bbbc702 commit 1c4b66e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.9
0.11.13
2 changes: 1 addition & 1 deletion mill
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -e

if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
DEFAULT_MILL_VERSION=0.11.9
DEFAULT_MILL_VERSION=0.11.13
fi

if [ -z "$MILL_VERSION" ] ; then
Expand Down
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,12 @@ programmatically via `new Interpreter(...).interpret(...)`.
To publish, make sure the version number in `build.sc` is correct, then run the following commands:

```bash
./mill -i mill.scalalib.PublishModule/publishAll --sonatypeCreds $SONATYPE_USER:$SONATYPE_PASSWORD --publishArtifacts __.publishArtifacts --release true
./mill -i mill.scalalib.PublishModule/publishAll \
--sonatypeCreds $SONATYPE_USER:$SONATYPE_PASSWORD --publishArtifacts __.publishArtifacts --release true \
--gpgArgs --passphrase=$GPG_PASSPHRASE,--batch,--yes,-a,-b,--pinentry-mode=loopback

./mill -i show sjsonnet[2.13.15].js.fullOpt
./mill -i show sjsonnet[2.13.15].jvm.assembly
./mill -i show "sjsonnet.js[2.13.15].fullOpt"
./mill -i show "sjsonnet.jvm[2.13.15].assembly"
```

## Changelog
Expand Down

0 comments on commit 1c4b66e

Please sign in to comment.