Commit 2f6ed32
authored
ci: update release flow to handle unique branch name and do patch releases on merge (#1403)
<!--
Please read and fill out this form before submitting your PR.
Please make sure you have reviewed our contributors guide before
submitting your
first PR.
-->
## Overview
<!--
Please provide an explanation of the PR, including the appropriate
context,
background, goal, and rationale. If there is an issue with this
information,
please provide a tl;dr and link the issue.
-->
resolves #1362
2 changes
1. Accept branch name so that release can be done on multiple branches.
2. separate out release steps since inputs doesn't exist on merge.
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **New Features**
- Introduced a new workflow job to extract the clean branch name for
release processes.
- **Refactor**
- Streamlined release workflow by distributing the `release` job's
responsibilities into `release-dispatch` and `release-merge` jobs.
- Updated job dependencies to incorporate the new `branch_name` job.
- **Chores**
- Adjusted permissions and conditions for workflow jobs to align with
the new workflow structure.
- **Documentation**
- Updated triage instructions to reflect the changes in the release
workflow.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent eccdd0f commit 2f6ed32
1 file changed
Lines changed: 31 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
92 | 117 | | |
93 | 118 | | |
94 | | - | |
95 | 119 | | |
96 | 120 | | |
97 | 121 | | |
| |||
102 | 126 | | |
103 | 127 | | |
104 | 128 | | |
105 | | - | |
| 129 | + | |
| 130 | + | |
0 commit comments