Files
.github
.mvn
config
docs
robot
src
.dockerignore
.editorconfig
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYRIGHT.txt
CREATE_RELEASE.md
Dockerfile
Dockerfile_desktop
FAQ.md
LICENSE.txt
PULL_REQUEST_TEMPLATE.md
README.md
README_I18N.md
RELEASE_NOTES.md
mvn-debug
mvnw
mvnw.cmd
pom.xml
WebGoat/CREATE_RELEASE.md
2023-02-22 11:01:34 +01:00

450 B

Release WebGoat

Version numbers

For WebGoat we use milestone releases first before we release the official version, we use v2023.01 while tagging and 2023.01 in the pom.xml.

Release notes:

Update the release notes with the correct version. Use git shortlog -s -n --since "JAN 06 2023" for the list of committers.

mvn versions:set 
<< update release notes >>
mvn verify
git commit ....
git tag v2023.01 
git push --tags