aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
Diffstat (limited to 'project')
-rw-r--r--project/Bintray.scala.notyet2
-rw-r--r--project/Release.scala4
2 files changed, 2 insertions, 4 deletions
diff --git a/project/Bintray.scala.notyet b/project/Bintray.scala.notyet
index 8bcf442..5ed9953 100644
--- a/project/Bintray.scala.notyet
+++ b/project/Bintray.scala.notyet
@@ -51,8 +51,6 @@ object CustomBintray extends AutoPlugin {
val zip = unmanagedNativeZip.value
Bintray.withRepo(credsFile, btyOrg, repoName, prompt = false) { repo =>
- //def upload(packageName: String, vers: String, path: String, f: File, log: Logger): Unit =
-
repo.upload(
"flow",
version.value,
diff --git a/project/Release.scala b/project/Release.scala
index 1992a8b..aef3ec8 100644
--- a/project/Release.scala
+++ b/project/Release.scala
@@ -60,7 +60,7 @@ object Release {
//Bump version to next development
setNextVersion,
- //update website
+ //TODO: update website
//Commit
commitNextVersion,
@@ -68,7 +68,7 @@ object Release {
//Push all changes (commits and tags) to GitHub
pushChanges
- //Release artifact on bintray
+ //TODO: release artifact on bintray
)
)