-
Notifications
You must be signed in to change notification settings - Fork 280
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
Branch names inconsistent? #26
Comments
I think we should pull the v2.0.0-beta1 release too since we're missing all subsequent releases upto v2.0.0. |
@GrahamCampbell I can remove that one - Is it looking better now? |
2.0 should be named 2.0.0, right? |
Also, there's no 1.2.0 branch? |
Do we really need all these branches? |
Would 1.2, 2.0, master not be sufficient? |
I like that idea. ☝️ - Would be a lot less to maintain :) |
Now we have |
The branches should be called 1.2 and 2.0. |
2.0.0 can't be right, because it should have the 2.0.4 code on it? |
Meh, do we even need branches? |
What's wrong with just generating tags from the master branch? |
Meh, it's just very odd to have 2.0 as a branch, but it doesn't actually contain the 2.0.3 commit in it? |
Don't make anymore changes, lol. |
Fixed and fixed, 2.0.4 code is in The reason for the branches is: Master: Pulls upstream master from cachet/cachet (Could be used by a developer potentially to work on upstream) |
Sure. Can we follow that method in future please? |
Also, the master needs rebasing against 2.0 doesn't it? |
There are no more planned 1.x or 2.0.x releases btw. The next release will be in the 2.1.x series. |
Definitely will follow this in future, will try to write up a Master shouldn't really need a rebase as there hasn't been any changes to the Dockerfile itself, other than changing the release # that it being downloaded. I will double check it though. |
The rebase was mainly for OCD to have it so it's directly applied ontop of 2.0. |
👍 will see if can fix that up |
No description provided.
The text was updated successfully, but these errors were encountered: