You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2023/02/10 16:05:42 UTC

[creadur-tentacles] branch master updated: TENTACLES-16: Open up changelog for current SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-tentacles.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b512d8  TENTACLES-16: Open up changelog for current SNAPSHOT
8b512d8 is described below

commit 8b512d8e08ff1a7123357d50601147b10b6beb06
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Fri Feb 10 17:05:34 2023 +0100

    TENTACLES-16: Open up changelog for current SNAPSHOT
---
 src/changes/changes.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d395fd5..62153dd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,12 +53,17 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
 
   <body>
-    <!--release version="0.2-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done">
-      <action issue="TENTACLES-16" type="update" dev="pottlinger" due-to="dependabot">
-        TODO: TENTACLES-16: collect all dependabot updates for release 0.2.
+    <!--release version="0.3-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done">
+      <action issue="TENTACLES-xx" type="update" dev="pottlinger" due-to="dependabot">
+        TODO: TENTACLES-xx: collect all dependabot updates for release 0.3.
       </action>
     </release>
     -->
+    <release version="0.2-SNAPSHOT" date="xxxx-yy-zz" description="Current SNAPSHOT - release to be done">
+      <action issue="TENTACLES-16" type="update" dev="pottlinger" due-to="dependabot">
+        TODO: before releasing TENTACLES-16: collect all dependabot updates for release 0.2.
+      </action>
+    </release>
     <release version="0.1" date="2022-10-22" description="Initial release of Tentacles.">
       <action issue="TENTACLES-16" type="add" dev="pottlinger">
         Updated multiple dependencies and modernized build pipeline when site build was configured.