You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to extend the capability of our release script now that we differentiate stable and mainline releases. This means the release script can intelligently publish each type by accepting a flag (--stable).
Requirements
Publishing a mainline release (no flag):
Used for the tip of our releases, monthly.
Cuts a release from main
Skips latest github label (now used to identify stable)
This is a mainline release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about Coder releases in our documentation.
The "latest stable release" link points to coder/coder/releases/latest
The "documentation" link points to a new docs/install/releases page
updates the install.sh script with the latest mainline version (this version) CODER_MAINLINE_VERSION=v2.9.0
Publishing a stable patch (--stable flag):
Used to patch security issues, regressions on stable
Cuts cherry-picked patch to stable
Includes latest Github label
Appends "(Stable)" text to release name (see mockup)
Need engineering input on how this works with Github automation, or if it needs to be manually triggered.
The text was updated successfully, but these errors were encountered:
Part of Stable Releases.
Overview
We need to extend the capability of our release script now that we differentiate stable and mainline releases. This means the release script can intelligently publish each type by accepting a flag (
--stable
).Requirements
Publishing a mainline release (no flag):
Used for the tip of our releases, monthly.
latest
github label (now used to identifystable
)Note
This is a
mainline
release. We advise enterprise customers without a staging environment to install our latest stable release while we refine this version. Learn more about Coder releases in our documentation.The "latest stable release" link points to
coder/coder/releases/latest
The "documentation" link points to a new
docs/install/releases
pageupdates the install.sh script with the latest mainline version (this version)
CODER_MAINLINE_VERSION=v2.9.0
Publishing a stable patch (
--stable
flag):Used to patch security issues, regressions on
stable
latest
Github labelNeed engineering input on how this works with Github automation, or if it needs to be manually triggered.
The text was updated successfully, but these errors were encountered: