Skip to content
petro065 edited this page Apr 5, 2012 · 2 revisions

New changelog entries should not be added directly to the CHANGELOG.md file. Instead add new changelog entries to a file that represents the target branch in which the changes should be pulled.

Example:

Changes for the hotfix branch go into build/hotfix-changelog.md Changes for the dev branch go into build/dev-changelog.md

Once a release is executed, the buildmaster will fetch all new changelog entries from the xxx-changelog.md files and merge them in the CHANGELOG.md file.

Clone this wiki locally