Push at the very end, so everything is staged.

Esse commit está contido em:
dB
2014-03-06 08:48:56 -05:00
commit 46238caafb
+8 -8
Ver Arquivo
@@ -8,18 +8,18 @@ JNA Release Process
* If native changes have been made, run `ant native` target on each target
platform, pushing the resulting target-specific jar (in lib/native) file to master.
* Run `ant -Drelease=true clean dist` target on a fully up-to-date checkout with no modifications. Commit and push generated files in dist.
* Run `ant -Drelease=true clean dist` target on a fully up-to-date checkout with no modifications. Commit generated files in dist.
You will also see differences in the pom-*.xml files and src/.../Native.java. Do not commit these files.
* [Release to Maven Central](PublishingToMavenCentral.md)
* Update links in README.md, commit the changes.
* download links
* javadoc links
* Update Javadoc
Check out gh-pages branch, copy latest doc/javadoc into <version>/javadoc,
commit and push.
* [Release to Maven Central](PublishingToMavenCentral.md)
* Update links in README.md, commit and push
* download links
* javadoc links
* Tag as &lt;version>, push new tag to origin
* Tag as &lt;version>, push all changes and new tag to origin.