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
Production branches are autodetected by inspecting the name, which should follow an standard pattern. We currently name our production branches following the microsoft/release-branch.go* pattern, which is not in the official list.
#1522 added a configuration file to the repo so that 1ES detects our release branches as production branches.
We should consider adopting the official naming convention instead of using our own.
The text was updated successfully, but these errors were encountered:
We talked about it a bit in our last sync--I propose:
microsoft/main -> main microsoft/release-branch.go1.23 -> release/1.23 (e.g.)
release/1.23 is what I'm used to from .NET, and I like how concise it is. release/go1.23 would also seem like a good fit to me while sticking a bit closer to upstream.
Production pipelines can only be triggered from production branches, as per this doc: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/releasepipelines/release-features/release-gating#branch-validation-1es-pt.
Production branches are autodetected by inspecting the name, which should follow an standard pattern. We currently name our production branches following the
microsoft/release-branch.go*
pattern, which is not in the official list.#1522 added a configuration file to the repo so that 1ES detects our release branches as production branches.
We should consider adopting the official naming convention instead of using our own.
The text was updated successfully, but these errors were encountered: