diff --git a/README.md b/README.md index b6bd34f7240c350c3ad514817d071b3a505fcf81..508b2524240d965eff2225ccecb77a37f3fe4081 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,6 @@ semantic-release is meant to be executed on the CI environment after every succe . # Triggering a release For each new commit added to one of the release branches (for example: master, develop), with git push or by merging a pull request or merging from another branch, a CI build is triggered and runs the semantic-release command to make a release if there are codebase changes since the last release that affect the package functionalities. + +# Changelog +For each release, a docs/CHANGELOG.md will be created or updated.