File tree Expand file tree Collapse file tree 4 files changed +23
-8
lines changed Expand file tree Collapse file tree 4 files changed +23
-8
lines changed Original file line number Diff line number Diff line change
1
+ name : Publish new Release
2
+
3
+ on :
4
+ release :
5
+ types : [published]
6
+ branches : [master]
7
+
8
+ jobs :
9
+ release :
10
+ uses : evolution-gaming/scala-github-actions/.github/workflows/release.yml@v1
11
+ secrets : inherit
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ name := "random"
4
4
5
5
organization := " com.evolution"
6
6
7
- homepage := Some (new URL ( " http ://github.com/evolution-gaming/random" ))
7
+ homepage := Some (url( " https ://github.com/evolution-gaming/random" ))
8
8
9
9
startYear := Some (2019 )
10
10
11
11
organizationName := " Evolution"
12
12
13
- organizationHomepage := Some (url(" http ://evolution.com" ))
13
+ organizationHomepage := Some (url(" https ://evolution.com" ))
14
14
15
15
scalaVersion := crossScalaVersions.value.head
16
16
@@ -41,10 +41,6 @@ autoAPIMappings := true
41
41
42
42
licenses := Seq ((" MIT" , url(" https://opensource.org/licenses/MIT" )))
43
43
44
- sonatypeCredentialHost := " s01.oss.sonatype.org"
45
-
46
- sonatypeRepository := " https://s01.oss.sonatype.org/service/local"
47
-
48
44
Test / publishArtifact := false
49
45
50
46
scmInfo := Some (
@@ -63,4 +59,11 @@ developers := List(
63
59
)
64
60
)
65
61
66
- enablePlugins(GitVersioning )
62
+ publishTo := Some (Resolver .evolutionReleases)
63
+
64
+ releaseCrossBuild := true
65
+
66
+ // addCommandAlias("check", "all versionPolicyCheck Compile/doc")
67
+ addCommandAlias(" check" , " show version" )
68
+ addCommandAlias(" build" , " +all compile test" )
69
+
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
2
2
3
3
addSbtPlugin(" org.scoverage" % " sbt-coveralls" % " 1.3.9" )
4
4
5
- addSbtPlugin(" com.github.sbt" % " sbt-ci- release" % " 1.5.12 " )
5
+ addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.1.0 " )
6
6
7
7
addSbtPlugin(" com.evolution" % " sbt-scalac-opts-plugin" % " 0.0.9" )
8
8
Original file line number Diff line number Diff line change
1
+ ThisBuild / version := " 1.0.5-SNAPSHOT"
You can’t perform that action at this time.
0 commit comments