summaryrefslogtreecommitdiff
path: root/project/Release.scala
blob: 1a17956c1332d40f7f90c28a213ded864ca77769 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import sbt._
import Keys._

object Release {

  // TODO - Just make the STARR artifacts and dump the sha1 files.


  lazy val pushStarr = Command.command("push-starr") { (state: State) =>
      // TODO do something
      // Revert to previous project state.
      state
   }

}