Skip to content

Commit

Permalink
Adjust release directions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Jan 14, 2023
1 parent f7017c4 commit a565046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/ReleasingJNA.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ JNA Release Process

* Run `ant -Drelease=true -Dmaven-release=true clean dist stage`

* Commit and push generated files in `dist`, `pom-*.xml`, `CHANGES.md`, `README.md` and `src/com/sun/jna/Version.java`.
* Commit and push generated files in `dist`, `CHANGES.md` and `README.md`.

* Tag
* Tag using the new version number (e.g. `git tag 4.2.1`)
Expand Down

0 comments on commit a565046

Please sign in to comment.