aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-07-26 10:04:49 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-07-26 10:04:49 +0200
commit185f5ea1190933d22555bc575e4326f9fae515aa (patch)
treef3ec6fb811fdda49a1c598e2807b407a518d12e6 /doc
parent099e15aa3ee62b81dc074f77f7e07076cd0e8d8f (diff)
downloadlombok-185f5ea1190933d22555bc575e4326f9fae515aa.tar.gz
lombok-185f5ea1190933d22555bc575e4326f9fae515aa.tar.bz2
lombok-185f5ea1190933d22555bc575e4326f9fae515aa.zip
Quick and dirty documentation on how to release a new version.
Diffstat (limited to 'doc')
-rw-r--r--doc/publishing.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/publishing.txt b/doc/publishing.txt
new file mode 100644
index 00000000..326e5862
--- /dev/null
+++ b/doc/publishing.txt
@@ -0,0 +1,7 @@
+To publish:
+
+Make sure you up the version number, then, assuming the version number is now '0.8.1':
+git tag v0.8.1
+git push
+git push --tags
+ant publish