summaryrefslogblamecommitdiff
path: root/project/Release.scala
blob: 9d4d4ab09ca7cd16e6b374cf351116d0e4f9b6f3 (plain) (tree)
1
2
3
4
5
6
7
8
9




                
                                                                  


                                                                        
                          
                                          
           

    
 
 
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
   }


}