Skip to content

Commit

Permalink
sets release version bump to increment minor
Browse files Browse the repository at this point in the history
  • Loading branch information
arron-green committed Oct 20, 2018
1 parent bff8da4 commit 4e093b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ lazy val publishSettings = Seq(
"scm:git:git@github.com:finagle/finch.git"
)
),
releaseVersionBump := sbtrelease.Version.Bump.Minor,
releaseProcess := {
Seq[ReleaseStep](
checkSnapshotDependencies,
Expand Down

0 comments on commit 4e093b4

Please sign in to comment.