Skip to content

Commit

Permalink
ci: add release please config and manifest (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlieb authored Mar 15, 2024
1 parent 1e5450e commit a3885f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@v4
with:
release-type: terraform-module
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
9 changes: 9 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"include-v-in-tag": false,
"packages": {
".": {
"release-type": "terraform-module"
}
}
}

0 comments on commit a3885f1

Please sign in to comment.