-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Why is master version on 1.3.1 #1925
Comments
Related: #1867 |
Yeah this is not a great state to be in. Things are getting even more complicated with the introduction of Go modules. The initial plan of making v2 the master branch does not work anymore since |
using go modules you can (and should) specify the tag /branch / sha you want so I do not see what impact this has with master being changed to be 1.4.0 and v2 work happening in a v2 branch? |
The idea is to point |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Thinking more about this, I think I agree with you @jtnord. Here is where we ended up after considering a number of alternatives and running these with members of the community, upon releasing v2:
Does that make sense to you @jtnord ? |
sounds reasonable to me. |
Issue moved to #1959 |
Hey there and thank you for opening an issue!
Please help us keep the number of opened issues under control.
Do the checklist before filing an issue:
None of the above, create a bug report:
Make sure to add all the information needed to understand the bug so that someone can help. If the info is missing we'll add the 'Needs more information' label and close the issue until there is enough information.
Please fill the sections below:
Expected Behavior
I expect that the master version to be on 1.4.0 since this was already released. Any particular reason for keep the master on 1.3.1 in the version file?
goa/version/version.go
Line 13 in e6e9ecb
Actual Behavior
Steps to Reproduce the Problem (including complete and simple design if relevant)
Specifications
The text was updated successfully, but these errors were encountered: