Skip to content

Commit

Permalink
fix(release-please): don't set terraform_module by default part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbriere1 committed Aug 7, 2024
1 parent 6ebf8db commit 5244fa6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: ${{ inputs.release_type || 'terraform-module' }}
release-type: ${{ inputs.release_type }}
config-file: ${{ inputs.release_please_config_file }}
manifest-file: ${{ inputs.release_please_manifest_file }}
- name: tag major and minor versions
Expand Down
7 changes: 7 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/manifest.json",
".": "17.9.1",
"changelog-type": "github",
"package-type": "simple",
"changelog-sections": "[{\"type\":\"feat\",\"section\":\"Features\",\"hidden\":false},{\"type\":\"fix\",\"section\":\"Bug Fixes\",\"hidden\":false},{\"type\":\"perf\",\"section\":\"Performance Improvements\",\"hidden\":false},{\"type\":\"chore\",\"section\":\"Miscellaneous Chores\",\"hidden\":false},{\"type\":\"docs\",\"section\":\"Documentation\",\"hidden\":false},{\"type\":\"revert\",\"section\":\"Reverts\",\"hidden\":false},{\"type\":\"refactor\",\"section\":\"Refactoring\",\"hidden\":false},{\"type\":\"test\",\"section\":\"Tests\",\"hidden\":false},{\"type\":\"build\",\"section\":\"Build System\",\"hidden\":false},{\"type\":\"ci\",\"section\":\"Continuous Integration\",\"hidden\":false}]"
}

0 comments on commit 5244fa6

Please sign in to comment.