Skip to content

Merge pull request #5 from nyuhpc/mpl328/release-please-config #2

Merge pull request #5 from nyuhpc/mpl328/release-please-config

Merge pull request #5 from nyuhpc/mpl328/release-please-config #2

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: terraform-module
include-v-in-tag: false
# changelog-types: >
# [
# { "type": "build", "hidden": true },
# { "type": "chore", "hidden": true },
# { "type": "ci", "hidden": true },
# { "type": "dev", "hidden": true },
# { "type": "feat", "section": "Features" },
# { "type": "fix", "section": "Bug Fixes" },
# { "type": "perf", "section": "Performance Improvements" },
# { "type": "refactor", "hidden": true },
# { "type": "revert", "section": "Reverted Changes" },
# { "type": "style", "hidden": true },
# { "type": "test", "hidden": true },
# { "type": "docs", "section": "Documentation" },
# { "type": "security", "section": "Security Improvements" }
# ]