method/metadata_msg library
Metadata MSG is a generation method used to extract the changelog from a list of commits with the help of the metadata.
This generation method works with commits that looks like as follows:
graphql: add a new API to refresh the client
Changelog-Add: add a new API to refresh the client
The changelog line are as reported as follow:
Changelog-Added
: if the pull request adds a new featureChangelog-Changed
: if a feature has been modified and might require changes on the user sideChangelog-Deprecated
: if a feature has been marked for deprecation, but not yet removedChangelog-Fixed
: if a bug has been fixedChangelog-Removed
: if a (previously deprecated) feature has been removedChangelog-Experimental
: if it only affects –enable-experimental-features builds, or experimental- config options.