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 5670386b6c doc: Added a small page on releasing the plc4x extras
5670386b6c is described below

commit 5670386b6c014ce66ec4a563c4b1a688e599c7b5
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Aug 6 21:53:40 2025 +0200

    doc: Added a small page on releasing the plc4x extras
---
 website/asciidoc/modules/developers/nav.adoc       |  1 +
 .../modules/developers/pages/release/extras.adoc   | 58 ++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/website/asciidoc/modules/developers/nav.adoc 
b/website/asciidoc/modules/developers/nav.adoc
index 6c4faea417..2d64f29ee1 100644
--- a/website/asciidoc/modules/developers/nav.adoc
+++ b/website/asciidoc/modules/developers/nav.adoc
@@ -48,6 +48,7 @@
 
 ** xref:release/index.adoc[]
 *** xref:release/release.adoc[]
+*** xref:release/extras.adoc[]
 *** xref:release/validation.adoc[]
 *** xref:release/build-tools.adoc[]
 
diff --git a/website/asciidoc/modules/developers/pages/release/extras.adoc 
b/website/asciidoc/modules/developers/pages/release/extras.adoc
new file mode 100644
index 0000000000..36e4926972
--- /dev/null
+++ b/website/asciidoc/modules/developers/pages/release/extras.adoc
@@ -0,0 +1,58 @@
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for additional information regarding copyright ownership.
+//  The ASF licenses this file to You under the Apache License, Version 2.0
+//  (the "License"); you may not use this file except in compliance with
+//  the License.  You may obtain a copy of the License at
+//
+//      https://www.apache.org/licenses/LICENSE-2.0
+//
+//  Unless required by applicable law or agreed to in writing, software
+//  distributed under the License is distributed on an "AS IS" BASIS,
+//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+//  See the License for the specific language governing permissions and
+//  limitations under the License.
+//
+:imagesdir: ../../images/
+:icons: font
+
+= Releasing PLC4X-Extras
+
+
+
+== TL/DR
+
+IMPORTANT: Please be sure to execute the release with a Java version 11 or the 
Karaf feature tests will not run.
+
+[%interactive]
+* [ ] Update the `RELEASE_NOTES`
+* [ ] Check year in `NOTICE`
+* [ ] Create release branch:
+[subs="verbatim,attributes"]
+----
+   ./mvnw -P with-c,with-go,with-java -DbranchName=rel/{current-short-version} 
release:branch
+--
+[%interactive]
+* [ ] Add a new section to the `RELEASE_NOTES` on `develop`
+* [ ] Switch to the release branch and prepare the `RELEASE_NOTES`
+* [ ] Prepare the release:
+[subs="verbatim,attributes"]
+----
+   ./mvnw -P with-c,with-go,with-java release:prepare
+----
+[%interactive]
+* [ ] Perform the release:
+[subs="verbatim,attributes"]
+----
+   ./mvnw release:perform
+----
+[%interactive]
+* [ ] Close the staging repo on `Nexus`
+* [ ] Stage the release artifacts in `SVN`
+* [ ] Vote on the mailing list
+* [ ] Move RC to the release section of `SVN`
+* [ ] Remove old releases in `SVN`
+* [ ] Release staging repo on `Nexus`
+* [ ] Merge back release version to `release` branch
+* [ ] Send announce email

Reply via email to