diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-11-28 23:04:17 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-11-29 20:05:27 +0100 |
commit | f3519141379504a5c676fbb8026f71aa93d67da2 (patch) | |
tree | 746719cac5aa155a1e35ad18ae80c27a58cb957c /build | |
parent | 4cf059e38f65330a553c2f5c8428c32ce17ab4d3 (diff) | |
download | forums-f3519141379504a5c676fbb8026f71aa93d67da2.tar forums-f3519141379504a5c676fbb8026f71aa93d67da2.tar.gz forums-f3519141379504a5c676fbb8026f71aa93d67da2.tar.bz2 forums-f3519141379504a5c676fbb8026f71aa93d67da2.tar.xz forums-f3519141379504a5c676fbb8026f71aa93d67da2.zip |
[ticket/10480] Add a build target for changelog building.
PHPBB3-10480
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index 18b03243c2..2c42e1e162 100644 --- a/build/build.xml +++ b/build/build.xml @@ -138,6 +138,12 @@ save/save_${prevversion}_to_${newversion}/phpbb-${prevversion}_to_${newversion}_git_diffstat.txt" /> </target> + <target name="changelog" depends="prepare"> + <exec dir="build" escape="false" + command="php -f build_changelog.php '${newversion}' > + save/changelog_${newversion}.html" /> + </target> + <!-- This target can be called using phingcall to retrieve a clean checkout of a commit from git. It will only export the phpBB directory. |