Skip to content

Commit

Permalink
chore: add release-please config (#6)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
nielm authored Oct 31, 2024
1 parent 59c3e7f commit 93b02f0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,3 @@

handleGHRelease: true
manifest: true
branches:
- branch: version_1
handleGHRelease: true
manifest: true
- branch: version_2
handleGHRelease: true
manifest: true
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "0.1.0"
}
18 changes: 18 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"include-component-in-tag": false,
"extra-files": [
"terraform/modules/autoscaler-gke/main.tf",
"terraform/modules/autoscaler-functions/main.tf"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 93b02f0

Please sign in to comment.