This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 1c349a8dc9 docs: Added more todos to the release scripts.
1c349a8dc9 is described below
commit 1c349a8dc994baa9c3170304b524df0e4549bf4a
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Aug 5 17:39:42 2025 +0200
docs: Added more todos to the release scripts.
---
tools/release-2-prepare-release.sh | 2 ++
tools/release-3-finish-release.sh | 12 ++++++++++++
2 files changed, 14 insertions(+)
diff --git a/tools/release-2-prepare-release.sh
b/tools/release-2-prepare-release.sh
index c017145207..ebfe3521fd 100755
--- a/tools/release-2-prepare-release.sh
+++ b/tools/release-2-prepare-release.sh
@@ -53,6 +53,8 @@ else
echo "✅ Tag '$TAG_NAME' does not exist on remote 'origin'."
fi
+# TODO: Update website/asciidoc/antora.yml
+
########################################################################################################################
# 1. Do a simple release-prepare command
########################################################################################################################
diff --git a/tools/release-3-finish-release.sh
b/tools/release-3-finish-release.sh
index b2a009ab2e..e02d65e4d9 100644
--- a/tools/release-3-finish-release.sh
+++ b/tools/release-3-finish-release.sh
@@ -31,6 +31,10 @@
# TODO: Add the new version to the download page
########################################################################################################################
+########################################################################################################################
+# TODO: Add the release branch to the website/antora-playbook.yml file on
"develop"
+########################################################################################################################
+
########################################################################################################################
# TODO: Update the website generation config to now serve the newly released
version, make that the
# default (website/antora-playbook.yml on HEAD)
@@ -46,6 +50,14 @@
# TODO: mvn nexus-staging:rc-release
+########################################################################################################################
+# TODO: Move the released RC to the dev section in SVN
+########################################################################################################################
+
+########################################################################################################################
+# TODO: Clean up any unsuccessful released in the staging area
+########################################################################################################################
+
########################################################################################################################
# TODO: Send out the [NOTICE] email
########################################################################################################################