See [Configuration Reference](https://cli.vuejs.org/config/).
## CI.
When a new version should be published, increase the version number in `package.json`, CI will only publish package to npm repository if `package.json` is changed in master branch.
## Automation with CI
semantic-release is meant to be executed on the CI environment after every successful build on the release branch. This way no human is directly involved in the release process and the releases are guaranteed to be
.
# 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.