Skip to content

Commit

Permalink
Merge branch 'main' into mpl328-instance_template
Browse files Browse the repository at this point in the history
  • Loading branch information
minhlai authored Mar 22, 2024
2 parents 8cf0317 + 34ce4f1 commit ba7b240
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@ 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
- uses: google-github-actions/release-please-action@v3
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: simple
release-type: terraform-module
package-name: terraform-google-compute
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" }]'
Empty file added CHANGELOG.md
Empty file.

0 comments on commit ba7b240

Please sign in to comment.