aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorSzczepan Faber <s.faber@airbnb.com>2021-03-13 16:17:32 -0600
committerSzczepan Faber <s.faber@airbnb.com>2021-03-13 19:26:51 -0600
commit147adc85bf34b613f0161ff15c302bbe29dbf964 (patch)
tree9895c8175b759a541abed60cae9555558e904f98 /RELEASING.md
parent7486edad8517a1a5c8834c3e44191725afab2ad9 (diff)
downloadmockito-kotlin-147adc85bf34b613f0161ff15c302bbe29dbf964.tar.gz
Automated releases
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/RELEASING.md b/RELEASING.md
index f1eb2d6..3f0140c 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -1,5 +1,3 @@
-To publish a release:
+# Releasing
- - Tag the commit on master: `git tag -a x.x.x -m x.x.x && git push --tags`
- - Execute the release process: `./gradlew clean test bintraySign mavenCentralSync -PisRelease=true`
- - Don't forget to publish the tag on Github with release notes :) \ No newline at end of file
+Every change on the main development branch is released to Maven Central. \ No newline at end of file