Skip to content

Bump version to 2.7.0-alpha01#551

Merged
gstepniewski-google merged 2 commits intoGoogleChrome:mainfrom
adamraine:alpha-bump
Sep 23, 2025
Merged

Bump version to 2.7.0-alpha01#551
gstepniewski-google merged 2 commits intoGoogleChrome:mainfrom
adamraine:alpha-bump

Conversation

@adamraine
Copy link
Copy Markdown
Contributor

This creates a new alpha version, GH tag/release to be done once this lands.

An alpha release is necessary to publish changes dependent on the alpha release of androidx.browser.

Publishing to maven will need to be done by a repo owner

cc @gstepniewski-google

Comment thread androidbrowserhelper/build.gradle Outdated
// every version bump.
def VERSION = "2.6.2";
def VERSION = "2.7.0-alpha01";
def VERSION_CODE = 2;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Should VERSION_CODE be bumped for alpha releases?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Definitely needs to be bumped, each version name should have a unique corresponding version code so that we get accurate metrics.
I don't think we need to follow the rule for apps (where you can't install a lower version code package over a higher one), but maybe it's a good idea to follow it anyway and use something like 2070001?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

2070001

Not sure what the format is here. Is the 0 between 2 and 7 just a delimiter?

For now, I would prefer to just bump to 3 if there isn't a pressing need to establish a format.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

My reasoning was two digits per version number, i.e. "02.07.00.01" but without the dots and the leading zero... but I'm probably overengineering at this point, let's just bump it to 3 as you're saying.

@gstepniewski-google gstepniewski-google merged commit 2cd0397 into GoogleChrome:main Sep 23, 2025
2 checks passed
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