Skip to content

Commit 67da65d

Browse files
fix: configure Release Please to use manifest mode
Update workflow to use manifest command with explicit config and manifest files, enabling proper version tracking via .release-please-manifest.json as intended in the design. Co-authored-by: dlevy-msft-sql <[email protected]>
1 parent 7159e7a commit 67da65d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ jobs:
1717
# Verify: gh api repos/google-github-actions/release-please-action/git/ref/tags/v4.1.1 --jq '.object.sha'
1818
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4.1.1
1919
with:
20-
release-type: go
21-
package-name: sqlcmd
20+
command: manifest
21+
config-file: release-please-config.json
22+
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)