GitHub - resteasy/resteasy: An Implementation of the Jakarta RESTful Web Services Specification
To perform a release ensure you’re on the correct branch and that branch is up to date. Once done you can simply use
the release.sh bash script.
If this was successful, instructions will be printed on the console with the next set of instructions for processing.
...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:17 min
[INFO] Finished at: 2025-09-18T16:03:43-07:00
[INFO] ------------------------------------------------------------------------
Your release has been successful. Check the validation after 16:13:43 on https://repository.jboss.org/nexus.
Once validation is successful, execute the following command:
git checkout v7.0.0.Final
mvn nxrm3:staging-move -Dmaven.repo.local="/tmp/m2/repository/resteasy"
git checkout test
git push upstream test
git push upstream v7.0.0.Final
gh release create --generate-notes --latest --verify-tag v7.0.0.Final
gh release upload v7.0.0.Final /home/jperkins/projects/resteasy/resteasy/distribution/target/distribution/resteasy-7.0.0.Final-all.zip /home/jperkins/projects/resteasy/resteasy/distribution/src-distribution/target/distribution/resteasy-7.0.0.Final-src.zip
You must also create a pull request to https://github.com/resteasy/resteasy.github.io with the documentation content.Updating Documentation
The documentation repository can be found at https://github.com/resteasy/resteasy.github.io. When doing a release, there
must also be a pull request sent to this repository to update the documentation. The documentation can be found in the
distribution/target/distribution/resteasy-*-all.zip under the docs directory. Both the javadocs and userguide
subdirectories should be copied for the documentation.