On 12/01/2023 19:01, Christopher Schultz wrote:

<snip/>

It looks like the Release Process document should include this:

--- Create the tag
(Do existing tag stuff, up through but not including the "commit" step)

* Run a release build (ant release)
* git add res/install-win/tomcat-installer.exe.sig res/install-win/Uninstall.exe.sig
(or maybe this is covered already by the upcoming "git commit -a")

I think if you switch that to "git commit -A" it will pick up the new files as well as the modified ones. Just make sure you have a clean checkout.

Mark


(now resume with the existing "commit" step)

Now, instead of resetting the local copy, you should just be able to continue with the release from that point, no? All the build artifacts have been completed and there's no need to check-out from the tag and rebuild the release.

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to