Skip to content

Conversation

@gagik
Copy link
Contributor

@gagik gagik commented Feb 25, 2025

Currently we bump packages with 2 different commit messages:
"chore(release): bump auxiliary packages" during an auxiliary and
"chore(release): bump packages" during a mongosh release.

The problem is the mono repo tools' bump looks for commits messages starting with "..bump auxiliary packages" and thus ignores already released changes if they were made during a mongosh release.

To align this while also differentiating them for the purpose of the auxiliary publishing workflow, these commits will now both starts with "chore(release): bump packages" and instead have different ending "for mongosh release" or "for auxiliary release"

Currently we bump packages with 2 different commit messages: "bump auxiliary packages" during an auxiliary and "bump packages" during a mongosh release. The problem is the auxiliary bump looks for commits messages starting with "..bump auxiliary packages" and thus ignores already released changes if they were made during a mongosh release. To align this while also differentiating them for the purpose of the auxiliary publishing workflow, these commits will now both starts with ".. bump packages" and instead have different ending "for mongosh release" or "for auxiliary release"
@gagik gagik added the no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion) label Feb 25, 2025
@gagik gagik merged commit d4d7980 into main Feb 25, 2025
14 of 18 checks passed
@gagik gagik deleted the gagik/fix-bump branch February 25, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-title-validation Skips validation of PR titles (conventional commit adherence + JIRA ticket inclusion)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants