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: