From e140e300e3937b07a410d501cf8d0e03bb81e3d5 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 23 Dec 2025 21:44:18 -0600 Subject: [PATCH] Update release_pipeline.yml --- .github/workflows/release_pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index 9d131af..38b385b 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -24,10 +24,10 @@ # REPO: https://github.com/mokoconsulting-tech/MokoStandards # PATH: /.github/workflows/release_pipeline.yml # VERSION: 01.00.00 -# BRIEF: Enterprise release pipeline that promotes dev/ or rc/ to version/, deletes dev branch, builds Joomla artifacts, publishes prereleases, and optionally creates a squash PR to main. -# NOTE: Invocation is restricted to dev/.. branches. +# BRIEF: Enterprise release pipeline that promotes dev/ to version/, deletes dev branch, builds Joomla artifacts, publishes prereleases, and optionally creates a squash PR to main. +# NOTE: Invocation is restricted to dev/.. and rc/.. branches. # -name: Release Pipeline +name: Release Pipeline (dev/rc → version → prerelease) on: workflow_dispatch: