Skip to content
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

GH-41282: [Dev] Always prompt next major version on merge script if it exists #41305

Merged
merged 5 commits into from
Apr 26, 2024

Conversation

raulcd
Copy link
Member

@raulcd raulcd commented Apr 19, 2024

Rationale for this change

When we created the 16.1.0 milestone the merge script started prompting it instead of 17.0.0 we want to default to the next major release.

What changes are included in this PR?

Update archery logic to default to major versions online.

Are these changes tested?

I've tested locally and now it defaults to 17.0.0:

Enter fix version [17.0.0]: 

Are there any user-facing changes?

No

Copy link

⚠️ GitHub issue #41282 has been automatically assigned in GitHub to PR creator.

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Apr 19, 2024
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

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

+1

dev/merge_arrow_pr.py Outdated Show resolved Hide resolved
@github-actions github-actions bot added awaiting merge Awaiting merge awaiting review Awaiting review and removed awaiting committer review Awaiting committer review awaiting review Awaiting review awaiting merge Awaiting merge labels Apr 21, 2024
Copy link
Member Author

@raulcd raulcd left a comment

Choose a reason for hiding this comment

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

👍 I am merging this to avoid having more things merged with 16.1.0.

@raulcd raulcd merged commit 6cbdec5 into apache:main Apr 26, 2024
6 checks passed
@raulcd raulcd removed the awaiting review Awaiting review label Apr 26, 2024
@github-actions github-actions bot added the awaiting changes Awaiting changes label Apr 26, 2024
@raulcd raulcd deleted the GH-41282 branch April 26, 2024 10:26
Copy link

After merging your PR, Conbench analyzed the 7 benchmarking runs that have been run so far on merge-commit 6cbdec5.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 19 possible false positives for unstable benchmarks that are known to sometimes produce them.

tolleybot pushed a commit to tmct/arrow that referenced this pull request May 2, 2024
…t if it exists (apache#41305)

### Rationale for this change

When we created the `16.1.0` milestone the merge script started prompting it instead of `17.0.0` we want to default to the next major release.

### What changes are included in this PR?

Update archery logic to default to major versions online.

### Are these changes tested?
I've tested locally and now it defaults to `17.0.0`:

```
Enter fix version [17.0.0]: 
```

### Are there any user-facing changes?
No
* GitHub Issue: apache#41282

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
vibhatha pushed a commit to vibhatha/arrow that referenced this pull request May 25, 2024
…t if it exists (apache#41305)

### Rationale for this change

When we created the `16.1.0` milestone the merge script started prompting it instead of `17.0.0` we want to default to the next major release.

### What changes are included in this PR?

Update archery logic to default to major versions online.

### Are these changes tested?
I've tested locally and now it defaults to `17.0.0`:

```
Enter fix version [17.0.0]: 
```

### Are there any user-facing changes?
No
* GitHub Issue: apache#41282

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
CurtHagenlocher pushed a commit to CurtHagenlocher/arrow that referenced this pull request Jun 14, 2024
…t if it exists (apache#41305)

### Rationale for this change

When we created the `16.1.0` milestone the merge script started prompting it instead of `17.0.0` we want to default to the next major release.

### What changes are included in this PR?

Update archery logic to default to major versions online.

### Are these changes tested?
I've tested locally and now it defaults to `17.0.0`:

```
Enter fix version [17.0.0]: 
```

### Are there any user-facing changes?
No
* GitHub Issue: apache#41282

Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting changes Awaiting changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants