Skip to content

Commit 6a79ccc

Browse files
committed
fix
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 9c65e8a commit 6a79ccc

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/super-linter.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ VALIDATE_JAVA=false
1717
# we have many duplicate code in our codebase for demo purposes
1818
VALIDATE_JSCPD=false
1919
VALIDATE_PYTHON_PYLINT=false
20+
# excluding simpleclient-archive doesn't seem to work
21+
VALIDATE_TRIVY=false
2022

2123
FIX_ENV=true
2224
FIX_GO=true

RELEASING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
the last release.
77
4. 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

1119
1. Generate a new key:

0 commit comments

Comments
 (0)