mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10480] Add a build target for changelog building.
PHPBB3-10480
This commit is contained in:
parent
4cf059e38f
commit
f351914137
1 changed files with 6 additions and 0 deletions
|
@ -138,6 +138,12 @@
|
||||||
save/save_${prevversion}_to_${newversion}/phpbb-${prevversion}_to_${newversion}_git_diffstat.txt" />
|
save/save_${prevversion}_to_${newversion}/phpbb-${prevversion}_to_${newversion}_git_diffstat.txt" />
|
||||||
</target>
|
</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
|
This target can be called using phingcall to retrieve a clean
|
||||||
checkout of a commit from git. It will only export the phpBB directory.
|
checkout of a commit from git. It will only export the phpBB directory.
|
||||||
|
|
Loading…
Add table
Reference in a new issue