aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-08-19 14:47:32 -0700
committerJakob Odersky <jakob@odersky.com>2018-08-19 14:47:32 -0700
commit427659165e066c6756acb368554c24b281eb93e1 (patch)
tree9913c4505a3939665380f6a45ebacd2f1aaeb0a0
parent539116d31d9581baadba01f947d8972217f432f4 (diff)
downloadsbt-gpg-427659165e066c6756acb368554c24b281eb93e1.tar.gz
sbt-gpg-427659165e066c6756acb368554c24b281eb93e1.tar.bz2
sbt-gpg-427659165e066c6756acb368554c24b281eb93e1.zip
Add release log
[skip ci]
-rw-r--r--RELEASES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
new file mode 100644
index 0000000..4dbe747
--- /dev/null
+++ b/RELEASES.md
@@ -0,0 +1,13 @@
+# Version 0.2.0
+
+- Change behavior of missing credentials: warn when publising locally
+ (as before), but fail when trying to publish (new behavior). (#6, by
+ djspiewak)
+
+- Add documentation on signing and recommendation on best
+ practices. (#7, by djspiewak)
+
+# Version 0.1.x
+
+- Initial development, sign all published artifacts and default to
+ warning if unable to sign.