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

add script to manage version #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

jburel
Copy link
Member

@jburel jburel commented Aug 19, 2024

Looking at the release process to add to ome-contributing, I think this script could be useful to bump various version
Similar to what we do with bump2version in the Python repos

@jburel jburel requested a review from sbesson November 25, 2024 14:46
Copy link
Member

@sbesson sbesson left a comment

Choose a reason for hiding this comment

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

I can certainly give this script a try for the next Bio-Formats release. Note given the simplicity of the commands described in https://ome-contributing.readthedocs.io/en/latest/bioformats-release-process.html#fiji-update-site, I am not convinced by the benefit of wrapping them in a shell script rather than executing them individually.

In practice, I think the sequence of actions I followed during the 8.0.1 release was the following:
1- edit version and bioformats.version by hand in pom.xml
2- run the mvn clean package command to update my local distribution
3- test Fiji and upload the JARs to the update site
4- commit, tag and push to origin

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