mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
No longer edit ChangeLog, will be auto generated for ejabberd releases.
Added new call 'make changelog' which generates a ChangeLog file by prepending to the old file obtained from SVN the new lines obtained from SVN Log and formatted with svn2cl. ChangeLog will be generated and included in ejabberd releases. SVN Revision: 2076
This commit is contained in:
parent
3ca2d4dab3
commit
35daf5df78
@ -277,3 +277,12 @@ Makefile: Makefile.in
|
||||
|
||||
dialyzer: $(BEAMS)
|
||||
@dialyzer -c .
|
||||
|
||||
LASTSVNREVCHANGELOG = 2075
|
||||
changelog:
|
||||
svn up -r $(LASTSVNREVCHANGELOG) ../ChangeLog
|
||||
mv ../ChangeLog ../ChangeLog.old
|
||||
svn2cl -r BASE:$(LASTSVNREVCHANGELOG) -o ../ChangeLog --group-by-day \
|
||||
--separate-daylogs --break-before-msg --reparagraph ..
|
||||
cat ../ChangeLog.old >> ../ChangeLog
|
||||
rm ../ChangeLog.old
|
||||
|
Loading…
Reference in New Issue
Block a user