blob: 6a61b73a71e5d184733f00aaa9e93846118b0a82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
To publish:
Step #1: Change src/core/lombok/core/Version.java and pick a nice version number. Example: "0.8.1"
Step #2: commit everything to the git master branch.
Step #3: tag this release with the version number. (Example: v0.8.1) - note the prefix v.
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.
|