File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ VALIDATE_JAVA=false
1717# we have many duplicate code in our codebase for demo purposes
1818VALIDATE_JSCPD = false
1919VALIDATE_PYTHON_PYLINT = false
20+ # excluding simpleclient-archive doesn't seem to work
21+ VALIDATE_TRIVY = false
2022
2123FIX_ENV = true
2224FIX_GO = true
Original file line number Diff line number Diff line change 66 the last release.
774 . Click on "Publish release".
88
9+ ## Major or minor release
10+
11+ After the release is created, do a text replace everywhere in the repository to update the
12+ snapshot version in the ` pom.xml ` files (and some other files) to the next version.
13+ For example, if the last release was ` 1.4.0 ` , the next snapshot version should be ` 1.5.0-SNAPSHOT ` .
14+
15+ Replace ` 1.4.0-SNAPSHOT ` with ` 1.5.0-SNAPSHOT ` in all following files.
16+
917## If the GPG key expired
1018
11191 . Generate a new key:
You can’t perform that action at this time.
0 commit comments