aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-12-03 15:34:51 +0100
committerReinier Zwitserloot <reinier@tipit.to>2009-12-03 15:34:51 +0100
commitb389dd5e0ed5be683e85451b2362189a3fa0108a (patch)
tree526ff410ba83c0d7a45200d3e2fe85feec5641c3 /doc
parent9c90d403307c2bc3ce410a98b3f408cda885fcd5 (diff)
downloadlombok-b389dd5e0ed5be683e85451b2362189a3fa0108a.tar.gz
lombok-b389dd5e0ed5be683e85451b2362189a3fa0108a.tar.bz2
lombok-b389dd5e0ed5be683e85451b2362189a3fa0108a.zip
Updated the publishing instructions.
Diffstat (limited to 'doc')
-rw-r--r--doc/publishing.txt18
1 files changed, 8 insertions, 10 deletions
diff --git a/doc/publishing.txt b/doc/publishing.txt
index aa47e9aa..6a61b73a 100644
--- a/doc/publishing.txt
+++ b/doc/publishing.txt
@@ -1,15 +1,13 @@
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
+Step #1: Change src/core/lombok/core/Version.java and pick a nice version number. Example: "0.8.1"
-Then, up the version number again, to v0.8.2-HEAD, and run:
-ant website
+Step #2: commit everything to the git master branch.
-and publish the website. Or, at least:
-ant changelogToHtml
+Step #3: tag this release with the version number. (Example: v0.8.1) - note the prefix v.
-and publish build/website/changelog.html
+Step #4: git push && git push --tags
+
+Step #5: ant publish-all
+
+Step #6: Change src/core/lombok/core/Version.java to "0.8.2-HEAD", and commit this.