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

danhaywood pushed a commit to branch release-2.0.0-M8-RC3
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 26ababd1429783597314d62ba76861c0ab48efa2
Author: Dan Haywood <[email protected]>
AuthorDate: Sat Oct 1 22:20:11 2022 +0100

    ISIS-2965: improves release docs
---
 antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc 
b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
index 5d43130992..d4d0197f1f 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -450,8 +450,8 @@ Finally, tag the release:
 
 [source,bash,subs="attributes+"]
 ----
-git tag $ISISART-$ISISREL
-git tag $ISISART-$ISISREL-$ISISRC
+git tag $ISISART-$ISISREL --force
+git tag $ISISART-$ISISREL-$ISISRC --force
 ----
 
 

Reply via email to