aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@driver.xyz>2018-05-03 16:35:12 -0700
committerJakob Odersky <jakob@driver.xyz>2018-05-03 16:35:12 -0700
commitfd1bc74c840fbfdaf555b5fee49bd5bd3b1a4fe2 (patch)
treeba0c47b2b54487943a15e36cd33e244b4a307110
parent9c2578e8181da9398d23c52635af8d828557ba06 (diff)
downloadsbt-settings-fd1bc74c840fbfdaf555b5fee49bd5bd3b1a4fe2.tar.gz
sbt-settings-fd1bc74c840fbfdaf555b5fee49bd5bd3b1a4fe2.tar.bz2
sbt-settings-fd1bc74c840fbfdaf555b5fee49bd5bd3b1a4fe2.zip
Add developing instructions
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index f89a6f5..d4d9e93 100644
--- a/README.md
+++ b/README.md
@@ -57,3 +57,8 @@ Scala version — 2.12, flags configured:
- [sbt-assembly](https://github.com/sbt/sbt-assembly) - deploy fat JARs. Restart processes (sbt-native-packager is used instead,)
- [sbt-release](https://github.com/sbt/sbt-release) - customizable release process,
- [sbt-docker](https://github.com/marcuslonnberg/sbt-docker) - create Docker images directly from sbt.
+
+## Developing
+This project is set up to auto-deploy on push. If an annotated tag in
+the form `v<digit>.*` is pushed, a new version of this project will be
+built and published to Maven Central.