Skip to content

chore: apply plugin version discipline#13

Merged
intel352 merged 1 commit into
masterfrom
issue-760-version-discipline
Jun 1, 2026
Merged

chore: apply plugin version discipline#13
intel352 merged 1 commit into
masterfrom
issue-760-version-discipline

Conversation

@intel352
Copy link
Copy Markdown
Contributor

@intel352 intel352 commented Jun 1, 2026

Part of GoCodeAlone/workflow#760.

Changes:

  • keep committed plugin.json.version at the 0.0.0 development sentinel
  • remove the obsolete sync-plugin-version workflow when present
  • add post-build release validation so the shipped manifest is checked against the tag

Verification:

  • wfctl plugin validate-contract .
  • wfctl plugin validate-contract --for-publish --tag v9.9.9 .
  • GOWORK=off go test ./...

Copilot AI review requested due to automatic review settings June 1, 2026 17:38
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

Applies “version discipline” for plugin releases by keeping the repo’s committed plugin.json at a development sentinel version and adding a post-build CI check to ensure the release output matches the tag used for publishing.

Changes:

  • Set committed plugin.json.version to the 0.0.0 development sentinel.
  • Add a post-build wfctl plugin validate-contract --for-publish --tag ... validation step in the release workflow to verify the shipped manifest aligns with the Git tag.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
plugin.json Keeps the committed manifest at the 0.0.0 dev sentinel version.
.github/workflows/release.yml Adds post-build release validation to confirm the manifest used for publishing matches the tag.

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

@intel352 intel352 merged commit 5f040ff into master Jun 1, 2026
4 checks passed
@intel352 intel352 deleted the issue-760-version-discipline branch June 1, 2026 17:42
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