File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change
1
+ # CI Build
1
2
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.
3
5
4
- For Scala 2.12 and 2.13 releases, use JDK7 to do the build and release.
6
+ ## Manual publishing
5
7
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 ) .
7
9
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.
You can’t perform that action at this time.
0 commit comments