Skip to content

Ci/fix release - #117

Merged
pmpetit merged 2 commits into
mainfrom
ci/fix_release
Jul 21, 2026
Merged

Ci/fix release#117
pmpetit merged 2 commits into
mainfrom
ci/fix_release

Conversation

@pmpetit

@pmpetit pmpetit commented Jul 21, 2026

Copy link
Copy Markdown
Owner

This pull request updates the release workflow to better support manual releases and adds support for a new tag pattern. It also bumps the mongo2pg package version to 0.6.1. The most important changes are:

Release workflow improvements:

  • Added support for manual workflow dispatch (workflow_dispatch) with a required tag input, allowing maintainers to trigger releases for existing tags.
  • Updated the tag matching pattern to include tags starting with mongo2pg-v, enabling releases for those tags as well as the original v*.*.* pattern.
  • Modified the actions/checkout step to check out the correct ref when the workflow is manually triggered, ensuring assets are built from the intended tag.
  • Updated the release creation step to use the correct tag name when triggered manually.

Version bump:

  • Bumped the mongo2pg package version from 0.6.0 to 0.6.1 in Cargo.toml.

@pmpetit
pmpetit merged commit c40a1a9 into main Jul 21, 2026
2 of 6 checks passed
@pmpetit
pmpetit deleted the ci/fix_release branch July 21, 2026 07:41
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