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

tools/version-update: script to manage version #592

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

aesteve-rh
Copy link
Collaborator

Create a script to ease version managing for
maintainers and developers. The script will handle updating the version in all required files
consistently.

By default, if no new version is provided, the
script increases the minor version by 1.
Otherwise, a specific version can be set with:

$ tools/version-update --version 1.0

And the tools will just perform the changes in
all the relevant files.

Create a script to ease version managing for
maintainers and developers. The script will handle
updating the version in all required files
consistently.

By default, if no new version is provided, the
script increases the minor version by 1.
Otherwise, a specific version can be set with:

$ tools/version-update --version 1.0

And the tools will just perform the changes in
all the relevant files.

Signed-off-by: Albert Esteve <[email protected]>
@dougsland dougsland merged commit b8b3e1a into containers:main Oct 3, 2024
4 of 9 checks passed
@aesteve-rh aesteve-rh deleted the update-version-script branch October 3, 2024 13:52
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