Skip to content

Repository files navigation

Bitbucket Pipelines Pipe: Keep a Changelog Automation

Automation scripts for version management and changelog generation.

YAML Definition

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

Variables

Variable Usage
NAME (*) The name that will be printed in the logs
DEBUG Turn on extra debug information. Default: false.

(*) = required variable.

Prerequisites

Examples

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"

Support

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

License

Copyright (c) 2019 Atlassian and others. Apache 2.0 licensed, see LICENSE file.

About

Automation scripts for version management and changelog generation.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages