Skip to content

Commit

Permalink
update release process to sign release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivan- committed Jun 9, 2017
1 parent 81f3051 commit ac322e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ReleaseStage6.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object ReleaseStage6 extends App {
run("git", "push", "-u", "origin", majorMinor)

// create tag x.y.0
run("git", "tag", "-a", oldVersion, "-m", s"create tag $oldVersion")
run("git", "tag", "-s", "-a", oldVersion, "-m", s"create tag $oldVersion")
run("git", "push", "origin", oldVersion)

// back to master branch
Expand Down

0 comments on commit ac322e2

Please sign in to comment.