Skip to content

Commit

Permalink
chore: bootstrap releases for path: . (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet authored Dec 8, 2023
1 parent 66cfc52 commit 6670728
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ max_line_length = off
max_line_length = off
trim_trailing_whitespace = false

[*.yml]
[{*.yml,*.json}]
max_line_length = off
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ jobs:

steps:
- uses: google-github-actions/[email protected]
with:
release-type: terraform-module
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.0.1"
}
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sonar.projectVersion=1.0.1
sonar.projectVersion=1.0.1 # x-release-please-version
sonar.sources=.
sonar.sourceEncoding=UTF-8
sonar.terraform.provider.aws.version=5.12.0
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": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "terraform-module",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"extra-files": [
".sonarcloud.properties"
]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 6670728

Please sign in to comment.