semantic-release-terraform-config

semantic-release shareable config to create release of Terraform Modules

APACHE-2.0 License

Downloads
7
Stars
1
Committers
1

@jortfal/semantic-release-terraform-config

semantic-release shareable config to create release of Terraform Modules

Plugins

This shareable configuration use the following plugins:

Install

$ npm install --save-dev semantic-release @jortfal/semantic-release-terraform-config

Usage

The shareable config can be configured in the semantic-release configuration file:

{
  "extends": "@jortfal/semantic-release-terraform-config"
}

Configuration

See each plugin documentation for required installation and configuration steps.

Overwritten options

This following options are set by this shareable config:

Option Value
replacements {"files": ["locals.tf"], "from": ""Terraform Module Version" = ".*"", "to": ""Terraform Module Version" = "${nextRelease.version}""}
assets ["locals.tf", "CHANGELOG.md"]
message chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}

NOTE: other options use their default values. See each plugin documentation for available options.