Skip to content

Commit dfa572f

Browse files
fix: update Release Please to googleapis action and correct configuration
- Change to googleapis/[email protected] (google-github-actions version is deprecated) - Add workflow_dispatch trigger for manual runs - Update manifest version to 1.9.0 (current released version) - Clarify in docs that git tag is created after Release PR merge, not during PR creation Co-authored-by: dlevy-msft-sql <[email protected]>
1 parent 24fea57 commit dfa572f

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
permissions:
910
contents: write
@@ -14,8 +15,8 @@ jobs:
1415
runs-on: ubuntu-latest
1516
steps:
1617
# Pinned to commit SHA for supply chain security (CWE-829)
17-
# Verify: gh api repos/google-github-actions/release-please-action/git/ref/tags/v4.1.1 --jq '.object.sha'
18-
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
18+
# Verify: gh api repos/googleapis/release-please-action/git/ref/tags/v4.1.3 --jq '.object.sha'
19+
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
1920
with:
2021
command: manifest
2122
config-file: release-please-config.json

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "1.9.0"
33
}

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ test: add integration tests for query command
114114
4. **Release Please creates/updates a Release PR** that:
115115
- Bumps version in relevant files
116116
- Updates CHANGELOG.md
117-
- Tags the release
118117
5. **Review and merge the Release PR** - This triggers:
118+
- Creation of a git tag for the new version
119119
- Creation of a GitHub Release
120120
- Publishing of release artifacts
121121

0 commit comments

Comments
 (0)