v1.9.0 (2021-02-23)
v1.9.0 (2021-02-23)
Features
angular
update angular to include new structured fields (7208dae)conventional
parse body and footers according to the rules
Previous assumption about multiple labeled body blocks and footers is
not correct. There is only one body text block with multi-line support.
A footer always starts with a token with a separator.
- A body ends when a footer is found or text ends.
- A footer ends when another footer is found or text ends. (a20992a)
analyzer
update AnalyzedCommit to add flexibility in parsing a message
This provides flexibility of parsing and rendering structured messages
with more detail in the changelog and helps extract metadata from the
message. The new structure can be used to split a message in multiple
blocks (e.g. footer) (dc4d1c5)
changelog
add a function in the funcMap to return commit URL (47a5443)
Bug fixes
analyzer
remove extra quote in structtag (08ab3af)
Docker image
New docker image is released under nightapes/go-semantic-release:1.9.0
Usage
docker run nightapes/go-semantic-release:1.9.0
or
docker run nightapes/go-semantic-release:latest