- Notifications
You must be signed in to change notification settings - Fork928
chore: fix broken mainline link#13015
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Head branch was pushed to by a user without write access
docs/install/releases.md Outdated
@@ -8,8 +8,8 @@ their infrastructure on a staging environment before upgrading a production | |||
deployment. | |||
We support two release channels: | |||
[mainline](https://github.com/coder/coder/2.10.0) for the edge version of Coder | |||
and [stable](https://github.com/coder/coder/releases/latest) for those with | |||
[mainline](https://github.com/coder/coder/releases/tag/v2.10.1) for the edge version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think we should not call thamainline
the edge version.
For edge we haveghcr.io/coder/coder-preview:main
that always points to themain
branch.
cc:@stirby
michaelbrewerApr 20, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
it is as close to "bleeding edge" has the points mentioned later ie :
Bleeding Edge: This term is often used to describe the very latest version of a software, which includes the most recent changes and features. It's called "bleeding edge" because it's so new that it may not have been thoroughly tested and could have bugs or stability issues. It's often used by developers or early adopters who want to use the latest features and are willing to accept the risk of potential issues.
This looks duplicate of#12992. |
I can close this version :) |
Uh oh!
There was an error while loading.Please reload this page.
Fixes 404 when clicking on the
mainline
link