-
Notifications
You must be signed in to change notification settings - Fork 184
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
Weird version semantics #1462
Comments
However we're not versioning on a version folder, instead on a branch. When that's the case:
To my understanding we have to rebase master onto v2. |
yeah, because recently we updated using however I saw that @butonic has pushed to ocis-pkg master, so probably that one is still the one we consider "the right one" |
@PVince81 owncloud/ocis-pkg#54. For the future, after all this release party. |
@refs this is an old issue that was transferred from the archived |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
In other modules like ocis-settings, we are importing the so-called v2 of ocis-pkg as
github.com/owncloud/ocis-pkg/v2 v2.2.2-0.20200812103920-db41b5a3d14d
(when using go get with@master
)However the commit "db41b5a3d14d" is on master, and not on the "v2" branch.
And the "v2" branch seems much older than master.
Is this intended ? What is the purpose of the "v2" branch then ?
And where is the old v1 version then ?
@butonic @refs
The text was updated successfully, but these errors were encountered: