Skip to content

Commit

Permalink
update publish instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Jun 20, 2024
1 parent 73d5f5c commit 8d4d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ openpgp-revocs.d pubring.asc trustdb.gpg

## How to publish

1. Build and test locally.
1. Build and test locally using `sbt "compile;test;doc"`

2. Bump `lazy val Version` in `build.sbt`, run `package` in sbt. Note no plus before package as from 1.2.0 we only publish for Scala 3. We also want a release on github and the course home page aligned with the release on Sonatype Central. Therefore You should also:
- Don't forget to update the `doc/index.md` file with current version information and package contents etc. Read more on scaladoc here: https://docs.scala-lang.org/scala3/scaladoc.html
Expand Down

0 comments on commit 8d4d0a6

Please sign in to comment.