Skip to content

Commit e2ac75f

Browse files
committed
Update release-howto.md
1 parent 1beedca commit e2ac75f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

release-howto.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1+
# CI Build
12

2-
For Scala 2.10 and 2.11 releases, use JDK7 to do the build and release.
3+
The release is done by Github Actions CI build. Add a git tag of the form `v2.14.0` (note that the `v` prefix is required).
4+
Snapshots are published after every successful build.
35

4-
For Scala 2.12 and 2.13 releases, use JDK7 to do the build and release.
6+
## Manual publishing
57

6-
Make sure the following file has the correct oss.sonatype.org-credentials:
8+
This is discouraged. If you must go this route, read the documentation for [sbt-sonatype](https://github.com/xerial/sbt-sonatype).
79

8-
~/.ivy2/.credentials_sonatype
9-
10-
Perform the release (This will do everything, push to git, and promote artifacts in sonatype-system):
11-
12-
sbt release
10+
Use Java 8 when doing releases.

0 commit comments

Comments
 (0)