Automation scripts for version management and changelog generation.
Add the following snippet to the script section of your bitbucket-pipelines.yml file:
script:
- pipe: git-m4u/keep-a-changelog:0.0.0
variables:
NAME: "<string>"
# DEBUG: "<boolean>" # Optional| Variable | Usage |
|---|---|
| NAME (*) | The name that will be printed in the logs |
| DEBUG | Turn on extra debug information. Default: false. |
(*) = required variable.
Basic example:
script:
- pipe: git-m4u/keep-a-changelog:0.0.0
variables:
NAME: "foobar"Advanced example:
script:
- pipe: git-m4u/keep-a-changelog:0.0.0
variables:
NAME: "foobar"
DEBUG: "true"If you’d like help with this pipe, or you have an issue or feature request, let us know. The pipe is maintained by Bemobi.
If you’re reporting an issue, please include:
- the version of the pipe
- relevant logs and error messages
- steps to reproduce
Copyright (c) 2019 Atlassian and others. Apache 2.0 licensed, see LICENSE file.