feat: complete release-please standardization across all repositories #108
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Final standardization of release-please configuration to match all other terraform repositories.
Configuration Changes
release-typefrom"simple"to"terraform-module"for terraform compliance"include-component-in-tag": falsefor completeness and consistency"pull-request-title-pattern": "chore: release ${version}"for consistent PR titlesWorkflow Changes
22.04(wasubuntu-latest) for security and consistency@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0(was@v4) for securityResult
After merging this PR, all 6 terraform repositories will have identical release-please configurations (except for legitimate branch name differences).
Standardized Across All Repos:
Files Changed
.release-please-config.json- Updated to standard terraform-module format.github/workflows/release-please.yml- Updated to use pinned, secure versionsThis completes the comprehensive standardization effort across the entire terraform module ecosystem.