feat: restore GitHub release creation in plugin-release workflow #68

Closed
Countess von Containerheim wants to merge 2 commits from ceo/merge-pr-67-plugin-release into main
3 changed files with 3 additions and 4 deletions
Showing only changes of commit 4dfc5f9ed9 - Show all commits
+2 -2
View File
@@ -73,7 +73,7 @@ Each promotion is a PR reviewed and merged by its gate owner:
### Pipeline A: Plugin/Feature Changes ### Pipeline A: Plugin/Feature Changes
``` ```text
Engineer → PR to dev → self-merge → deploys to dev Engineer → PR to dev → self-merge → deploys to dev
→ Engineer validates on dev → Engineer validates on dev
→ PR from dev → uat → QA reviews → QA merges → PR from dev → uat → QA reviews → QA merges
@@ -88,7 +88,7 @@ Applies to changes in `headlamp-*-plugin/` repos (plugin code, features, bug fix
### Pipeline B: Infrastructure Changes (No UI Impact) ### Pipeline B: Infrastructure Changes (No UI Impact)
``` ```text
Engineer → PR to main → CI passes → QA reviews → QA merges Engineer → PR to main → CI passes → QA reviews → QA merges
→ Production → Production
``` ```
-1
View File
@@ -132,4 +132,3 @@ flowchart LR
class UATB uat class UATB uat
class MAIN prod class MAIN prod
``` ```