Appearance
Create a new Release
To create a new release and make the container image available to the public follow this procedure:
- From Code view select Releases (https://github.com/The-OAG-Development-Project/Application-Gateway/releases)
- Click Draft a new relase
- Decide on the new version number (e.g. v0.6.1)
- Provide a title and summary of the changes / fixes (e.g. "Release V.0.6.1", "With this release we fixed a couple of vulnerabilities.")
- In the Choose Tag drop-down enter a new tag name matching the version you like to create (e.g. v0.6.1)
- Choose main as the target branch
- Choose checkbox set as latest release
- Click Publish release -> This starts the release build. Wait until it is finished.
- Veryfy that the release has worked: https://central.sonatype.com/artifact/org.owasp/oag/overview
- Wait .. eventually also mvnrepository should be updated, can take days. check in https://mvnrepository.com/artifact/org.owasp/oag
Done.