This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to tag tags/v3/01-01-starter-app in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git
commit 80f435042b0442a8ead17ac0d49764e01d471098 Author: Dan Haywood <[email protected]> AuthorDate: Thu May 30 08:51:45 2024 +0100 adds script to recreate tags makes all .sh scripts executable, too --- recreate-v3-tags.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recreate-v3-tags.sh b/recreate-v3-tags.sh new file mode 100755 index 0000000..140a3f5 --- /dev/null +++ b/recreate-v3-tags.sh @@ -0,0 +1,4 @@ +for tag in $(git tags | grep v2) +do + echo $tag +done
