PHP Class Liip\RMT\Changelog\Formatter\SemanticChangelogFormatter
Format a changelog file in a sementic style. Here is an example:
VERSION 1 MAJOR TITLE
======================
Version 1.1 - Minor Title
08/11/1980 12:34 1.1.1 patch comment
ada96f3 commit msg
2eb6fae commit msg
08/11/1980 03:56 1.1.0 initial release'
2eb6fae commit msg
Version 1.0 - Minor Title
08/11/1980 03:56 1.0.0 initial release'
2eb6fae commit msg
VERSION 0 BETA
===============
Version 0.9 - Minor Title
08/11/1980 12:34 0.9.1 patch comment
ada96f3 commit msg
2eb6fae commit msg
08/11/1980 03:56 0.9.0 initial release'
2eb6fae commit msg
Mostra file
Open project: liip/rmt
Public Methods
Protected Methods
Method Details
findPositionToInsert()
protected method
Return the position where to insert new lines according to the type of insertion
getLastVersionRegex()
public method
getNewLines()
protected method
Return the new formatted lines for the given variables
updateExistingLines()
public method