-
Notifications
You must be signed in to change notification settings - Fork 24
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
Switch from tagging releases as met-X.Y to using vX.Y instead. #1541
Switch from tagging releases as met-X.Y to using vX.Y instead. #1541
Comments
I updated the DockerHub autobuild rules with:
I recreated all the old tags using:
Then I updated all the releases on GitHub to switch the tag from "met-9.1" to "v9.1". And lastly, I deleted all the old tags:
I tested recreating the tarfile by running:
But that creates "met-v9.1.20201027.tar.gz" which contains a "met-v9.1" directory. I need to update that script to strip the "v" from the "v9.1" in both cases. |
…ss tags named vX.Y instead of met-X.Y. Also have checkout_and_build call met_build from the SAME directory.
…ss tags named vX.Y instead of met-X.Y. Also have checkout_and_build call met_build from the SAME directory. (#1542)
Merged changes into both the main_v9.1 and develop branches. |
Forgot to update the contents of the Dockerfile for this change. |
Describe the Task
The existing MET build/release conventions are not consistent with the other METplus components. This task is to make the following changes to make it consistent:
Time Estimate
4 hours.
Sub-Issues
Consider breaking the task down into sub-issues.
None required.
Relevant Deadlines
Prior to the met-10.0-beta2 release.
Funding Source
Define the source of funding and account keys here or state NONE.
Define the Metadata
Assignee
Labels
Projects and Milestone
Define Related Issue(s)
Consider the impact to the other METplus components.
Task Checklist
See the METplus Workflow for details.
Branch name:
feature_<Issue Number>_<Description>
Pull request:
feature <Issue Number> <Description>
Select: Reviewer(s), Project(s), Milestone, and Linked issues
The text was updated successfully, but these errors were encountered: