From b8be746884c98043db237dc784c8b2963c6ac018 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Thu, 16 Apr 2026 11:40:57 -0500 Subject: [PATCH] docs: update release script instructions to include pushing tags and mirroring to SourceForge --- release.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release.sh b/release.sh index 0ef4464c..d4ff61db 100755 --- a/release.sh +++ b/release.sh @@ -9,6 +9,8 @@ # b) commit changes into master branch # After running this script, be sure to: # c) create long term branch as bacnet-stack-x.y if needed +# d) push tags and branch to github +# e) mirror github to sourceforge using mirror.sh script USERNAME='skarg'