Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.69 KB

Readme.md

File metadata and controls

44 lines (33 loc) · 1.69 KB

✅ condition-bitbucket

CI Go Report Card PkgGoDev

The Bitbucket Pipelines condition for go-semantic-release.

This plugin will make sure that the continuous integration environment conditions are met. Namely that the release is happening within Bitbucket Pipelines and is on the correct branch.

Usage

To use this plugin you need to include the following block in your .semrelrc file.

{
    "plugins": {
        "ci-condition": {
            "name": "bitbucket@^1.0.0",
            // Options can be omitted if you want to use the defaults.
            // See the section on configuration below.
            "options": {
                // Put configuration options here
            }
        }
    }
}

Configuration

Name Default Value Description
defaultBranch master The branch where deployments should happen.

Licence

The MIT License (MIT)

Copyright © 2021 James Durand