Skip to content

Commit 4d9e316

Browse files
committed
ci: add release plugin
1 parent 4b87854 commit 4d9e316

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import sbt.Keys.libraryDependencies
22
ThisBuild / scalaVersion := Dependencies.scala
3-
ThisBuild / version := "0.0.1-SNAPSHOT"
43
ThisBuild / organization := "ch.linkyard.scim"
54
ThisBuild / organizationName := "linkyard ag"
65

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.0")
2+
3+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.13")

version.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version in ThisBuild := "0.0.1-SNAPSHOT"

0 commit comments

Comments
 (0)