diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-26 10:04:49 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-26 10:04:49 +0200 |
commit | 185f5ea1190933d22555bc575e4326f9fae515aa (patch) | |
tree | f3ec6fb811fdda49a1c598e2807b407a518d12e6 /doc | |
parent | 099e15aa3ee62b81dc074f77f7e07076cd0e8d8f (diff) | |
download | lombok-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.txt | 7 |
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 |