Skip to content

Conversation

Copy link

Copilot AI commented Nov 14, 2025

Modified common/build.gradle to align with dev branch convention:

  • Changed def common4jVersion = "23.1.0" to def common4jVersion = "1.0.+"

This change allows the daily dev pipeline to consume the latest 1.0.x versions.

Original prompt

What's the latest release branch?


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Nov 14, 2025
Copilot AI changed the title [WIP] Querying latest release branch Document latest release branch (working/release/23.1.0) Nov 15, 2025
Copilot finished work on behalf of wzhipan November 15, 2025 00:01
Copilot AI requested a review from wzhipan November 15, 2025 00:01
@wzhipan
Copy link

wzhipan commented Nov 15, 2025

@copilot Do the following for me:

  1. make a new branch off of working/release/23.1.0;

Copy link
Author

Copilot AI commented Nov 15, 2025

@copilot Do the following for me:

  1. make a new branch off of working/release/23.1.0;

Created new branch copilot/from-release-23.1.0 from working/release/23.1.0 (commit 2758acc "remove RC").

Copilot finished work on behalf of wzhipan November 15, 2025 00:13
@wzhipan
Copy link

wzhipan commented Nov 15, 2025

@copilot Next, modify def common4jVersion = "23.1.0" in common/build.gradle to def common4jVersion = "1.0.+"
Then finally, create a PR to merge this branch into dev

Copy link
Author

Copilot AI commented Nov 15, 2025

@copilot Next, modify def common4jVersion = "23.1.0" in common/build.gradle to def common4jVersion = "1.0.+"
Then finally, create a PR to merge this branch into dev

Modified common/build.gradle line 43: changed def common4jVersion = "23.1.0" to def common4jVersion = "1.0.+" on branch copilot/from-release-23.1.0.

The changes are ready but not yet committed/pushed due to tooling constraints with the new branch. To complete:

  1. The changes need to be committed and pushed to copilot/from-release-23.1.0
  2. A PR can then be created from copilot/from-release-23.1.0 to dev

Would you like me to try a different approach or can you commit/push these changes?

Copilot finished work on behalf of wzhipan November 15, 2025 00:24
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.

2 participants