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

Automate release version generation [v8] #3268

Merged
merged 3 commits into from
Oct 28, 2024

Conversation

gururajsh
Copy link
Member

While releasing CLI, take the input from the user for minor/patch bump. Based on the selection, calculate the next release version. New build version need not be stored in a file going forward.

@@ -3,7 +3,6 @@ NODES ?= 10
PACKAGES ?= api actor command types util version integration/helpers
LC_ALL = "en_US.UTF-8"

CF_BUILD_VERSION ?= $$(cat BUILD_VERSION) # TODO: version specific
Copy link
Member

Choose a reason for hiding this comment

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

question(non-blocking): do we still see some value in keeping build_data.yml up to date? As it was introduced as an eventual alternative to BUILD_VERSION.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point, even that file can be removed. It was mostly used for min capi tests. Since we don't have any, will remove that as well

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

a-b
a-b previously approved these changes Oct 28, 2024
bin/bump-version Outdated Show resolved Hide resolved
Co-authored-by: AL Berez <a-b@users.noreply.github.com>
Copy link
Contributor

@joaopapereira joaopapereira left a comment

Choose a reason for hiding this comment

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

LGTM

@joaopapereira joaopapereira merged commit f6ab24a into cloudfoundry:v8 Oct 28, 2024
16 of 19 checks passed
@gururajsh gururajsh deleted the release-v8 branch October 29, 2024 13:12
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