-
Notifications
You must be signed in to change notification settings - Fork 164
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
run.sh: provide a flag to indicate major version #2208
Comments
Hi, I'm interested in taking this issue, but it appears that it will require changes to the publish-RepoSense repo? Should we make a PR to that repo? |
@jedkohjk Yes, you can make a PR to the publish-RepoSense repository. |
Hi, is it okay to do this as an extension of the |
Hi @jedkohjk, sounds good to me. This'd be a natural extension of the |
Hi, I made a PR related to this 3 days ago. Can anyone review it? Thank you! |
…se (#2244) The user guide section for `run.sh` requires updating after the PR to publish-RepoSense: reposense/publish-RepoSense#12 Let's update the User Guide to describe `--latest` tag in the `run.sh` section.
Context: see https://reposense.org/ug/runSh.html
Suggested: provide a way to specify that the latest release of a specific major version should be used.
For example
--version 3.*
will use the latest version that starts with3.
Justification: This way, the user can take advantage of latest bug fixes while avoiding breaking changes (assuming breaking changes will only be introduced in new major versions)
The text was updated successfully, but these errors were encountered: