From: Florian Zschocke Date: Thu, 30 Jan 2020 20:47:12 +0000 (+0100) Subject: Build: create macro for creating the release process script X-Git-Tag: v1.9.2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e89c337bc22c825e3251ad418f6bbaa3dfdbac8;p=gitblit.git Build: create macro for creating the release process script Refactor the creation of the release process script, from `release.template` into a `macrodef`. Add a new target `releaseScript`, so that the release script can be created after the `tagRelease` target was run. This is helpful if the `tagRelease` target is run by a different, earlier process than the actual release creation process. --- diff --git a/build.xml b/build.xml index 02c9476d..c08a7b9a 100644 --- a/build.xml +++ b/build.xml @@ -896,34 +896,27 @@ GB_RELEASE_TAG=${project.tag} - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +