diff --git a/README.md b/README.md index c1ecab8..3997a85 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Module repositories call these workflows with `uses:` and a **pinned git ref** ( ```yaml jobs: pre-commit: - uses: hlvtechnologies/gha-workflows/.github/workflows/opentofu-module-ci.yml@v1.0.0 + uses: hlvtechnologies/gha-workflows/.github/workflows/opentofu-module-ci.yml@v1.1.0 # x-release-please-version ``` Replace `hlvtechnologies` with your GitHub org or user if you fork this repo. diff --git a/release-please-config.json b/release-please-config.json index ddb1a23..d81075e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,7 +4,8 @@ ".": { "changelog-path": "CHANGELOG.md", "release-type": "simple", - "include-component-in-tag": false + "include-component-in-tag": false, + "extra-files": ["README.md"] } } }