Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE-checklist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ perl -i.bak \
-pe 'if (m/^ [*] / && !$added) { $_ = qq( * Release $ENV{"NEW_VERSION"}\n$_); $added = 1; }' \
change_log.md

$EDITOR change_log.md
$EDITOR change_log.md SECURITY.md

# A dry run.
mvn -f pom.xml clean source:jar javadoc:jar verify \
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Only the lastest version are supported with updates.

| Version | Supported |
| ---------- | ------------------ |
| 20240325.1 | :white_check_mark: |
| 20260103.1 | :white_check_mark: |



Expand Down
Loading