File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
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 := "retry"
4
4
5
5
organization := " com.evolutiongaming"
6
6
7
- homepage := Some (new URL ( " http ://github.com/evolution-gaming/retry" ))
7
+ homepage := Some (url( " https ://github.com/evolution-gaming/retry" ))
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
publishTo := Some (Resolver .evolutionReleases)
16
16
@@ -30,4 +30,8 @@ releaseCrossBuild := true
30
30
31
31
Compile / doc / scalacOptions ++= Seq (" -groups" , " -implicits" , " -no-link-warnings" )
32
32
33
- ThisBuild / versionScheme := Some (" early-semver" )
33
+ ThisBuild / versionScheme := Some (" early-semver" )
34
+
35
+ // addCommandAlias("check", "all versionPolicyCheck Compile/doc")
36
+ addCommandAlias(" check" , " show version" )
37
+ addCommandAlias(" build" , " +all compile test" )
You can’t perform that action at this time.
0 commit comments