Skip to content

Commit

Permalink
fix: incorrect file name for release please config
Browse files Browse the repository at this point in the history
  • Loading branch information
ehakan committed May 10, 2024
1 parent 4abcee7 commit ea32477
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
16 changes: 16 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"packages": {
"modules/metadata": {
"component": "metadata",
"changelog-path": "CHANGELOG.md",
"release-type": "terraform-module",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
},
},
"separate-pull-requests": true,
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
}
18 changes: 0 additions & 18 deletions release-please-config.yaml

This file was deleted.

0 comments on commit ea32477

Please sign in to comment.