add reminder to update JIRA
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/773987e1 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/773987e1 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/773987e1 Branch: refs/heads/refactor-sprite Commit: 773987e1e3987eff2081493bd680da05be8cbd9e Parents: c9b2a02 Author: Alex Harui <[email protected]> Authored: Tue Sep 13 08:03:06 2016 -0700 Committer: Alex Harui <[email protected]> Committed: Wed Sep 14 14:19:59 2016 -0700 ---------------------------------------------------------------------- build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/773987e1/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 997fb8d..f5ab8c5 100644 --- a/build.xml +++ b/build.xml @@ -972,6 +972,7 @@ value="<versionNumber>${new-version}</versionNumber>" > <include name="**/*-app.xml"/> </replace> + <echo>Don't forget to update JIRA to indicate current version is released and add new version</echo> </target> <!--
