Skip to content

chore: prepare product capture v0.1.9#18

Merged
intel352 merged 1 commit into
mainfrom
release/v0.1.9
Jun 6, 2026
Merged

chore: prepare product capture v0.1.9#18
intel352 merged 1 commit into
mainfrom
release/v0.1.9

Conversation

@intel352
Copy link
Copy Markdown
Contributor

@intel352 intel352 commented Jun 6, 2026

Summary

  • bump plugin manifest and download URLs to v0.1.9 after the immutable v0.1.8 release tag failed validation
  • restore the release validator to wfctl v0.63.2 because wfctl v0.74.3 rejects the current provider-contract manifest shape

Verification

  • GOWORK=off go test ./... -count=1
  • jq -e '.version == "0.1.9" and ([.downloads[].url | contains("/v0.1.9/")] | all)' plugin.json
  • git diff --check
  • wfctl v0.63.2 plugin validate-contract --for-publish --tag v0.1.9 .

Copilot AI review requested due to automatic review settings June 6, 2026 06:57
@intel352 intel352 merged commit 72ada5a into main Jun 6, 2026
5 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the product-capture plugin for the v0.1.9 release by updating the published plugin manifest metadata and adjusting the GitHub Actions release workflow to use an older wfctl version that accepts the current provider-contract manifest shape.

Changes:

  • Bump plugin.json version to 0.1.9 and update all download URLs to point at the v0.1.9 release assets.
  • Downgrade the release workflow’s wfctl install step from v0.74.3 to v0.63.2 to restore contract validation compatibility.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
plugin.json Updates manifest version and release asset URLs to v0.1.9.
.github/workflows/release.yml Pins wfctl download URL/name to v0.63.2 for contract validation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 18 to +21
mkdir -p "${RUNNER_TEMP}/wfctl-bin"
curl -sSfL -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-o "${RUNNER_TEMP}/wfctl-bin/wfctl" \
"https://github.com/GoCodeAlone/workflow/releases/download/v0.74.3/wfctl-linux-amd64"
"https://github.com/GoCodeAlone/workflow/releases/download/v0.63.2/wfctl-linux-amd64"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants