Skip to content

Release v0.9.0 - #424

Merged
Paulo Lacerda (placerda) merged 11 commits into
mainfrom
release/v0.9.0
Aug 14, 2026
Merged

Release v0.9.0#424
Paulo Lacerda (placerda) merged 11 commits into
mainfrom
release/v0.9.0

Conversation

@placerda

Copy link
Copy Markdown
Contributor

Release v0.9.0

Automated release branch created from develop.

What happened

  • Branch release/v0.9.0 created from develop
  • CHANGELOG.md updated: versioned section [0.9.0] added
  • Plugin versions synced to 0.9.0 (package.json, plugin.json, marketplace.json)
  • Staging pipeline triggered automatically (build → TestPyPI + VSIX pre-release → verify)

Next steps

  1. Wait for the Staging pipeline to pass. This is the only verification that runs before PyPI.
  2. Review and approve this PR
  3. Merge to main
  4. Tag and push. This publishes to PyPI immediately, there is no approval step and no undo: git tag v0.9.0 && git push origin v0.9.0
  5. Sync develop in the same sitting: git checkout develop && git merge main && git push origin develop
  6. Verify the sync: git fetch origin && git log --oneline origin/develop..origin/main must print nothing

Checklist

  • Staging pipeline passes (build + TestPyPI + VSIX pre-release + verify)
  • CHANGELOG entries reviewed
  • PR approved and merged to main
  • Tag v0.9.0 pushed (publishes to PyPI, irreversible)
  • Release workflow green (PyPI + VSIX stable + GitHub Release)
  • develop synced from main: git log --oneline origin/develop..origin/main prints nothing

@placerda
Paulo Lacerda (placerda) merged commit 44dccbd into main Aug 14, 2026
8 of 9 checks passed
@placerda
Paulo Lacerda (placerda) deleted the release/v0.9.0 branch August 14, 2026 10:08
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.

1 participant