Skip to content

Relax branch-alias on dev-master to avoid update on each release #1277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

GromNaN
Copy link
Member

@GromNaN GromNaN commented Apr 12, 2024

This will make the release process a bit simpler.

branch-alias: 1.x-dev only applies to the master branch only, regardless of the branch on which it is committed. This is always the lastest dev version.

@GromNaN GromNaN requested review from jmikola and alcaeus April 12, 2024 12:22
@GromNaN GromNaN requested a review from a team as a code owner April 12, 2024 12:22

```
"branch-alias": {
"dev-master": "1.9.x-dev"
"dev-master": "1.x-dev"
Copy link
Member Author

Choose a reason for hiding this comment

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

You won't need branch-alias in v2 if you decide to delete the master branch and use a branch named 2.x or 2.0.

Copy link
Member

@alcaeus alcaeus left a comment

Choose a reason for hiding this comment

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

LGTM with a tiny wording change. Thanks for this, it makes releases a bit simpler (and easier to automate) 🎉

@GromNaN GromNaN merged commit 9d174bd into mongodb:master Apr 12, 2024
@GromNaN GromNaN deleted the branch-alias branch April 12, 2024 18:23
alcaeus added a commit that referenced this pull request May 21, 2024
* v1.19:
  DOCSP-37027: Fix build errors (#1289)
  PHPLIB-1415 Add tests for PHP 8.4 (#1287)
  PHPLIB-1163 Create tutorial for using MongoDB with Bref (#1273)
  Relax branch-alias on dev-master to avoid update on each release (#1277)
  PHPLIB-1424: Fix potentially racy w:0 unified tests (#1276)
  Leverage PHP 8.0 string functions (#1274)
  Master is now 1.19-dev
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.

3 participants