File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ jobs:
363363 IS_BETA_RELEASE : ${{ needs.input-validate.outputs.is_beta_release }}
364364 RELEASE_BRANCH : ${{ github.event.inputs.release_branch }}
365365 SLACK_TOKEN : ${{ secrets.SLACK_TOKEN }}
366- ENV_DEV_NAME : ${{ needs.input-validate.outputs.is_beta_release == 'true' && 'beta-release' || ' first-review' }}
366+ ENV_DEV_NAME : ' first-review'
367367 ENV_SEC_NAME : ${{ needs.input-validate.outputs.is_beta_release == 'true' && 'beta-release' || 'official-release' }}
368368
369369 steps :
@@ -662,7 +662,7 @@ jobs:
662662 files : |
663663 dist/**
664664 provenance/**
665-
665+
666666 - name : Notify Slack success (single-line)
667667 if : success()
668668 env :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ and standard releases by reading version under the [project] section from `pypro
32321 . Create release branch using name with prefix ` release- ` or ` release/ ` .
33332 . Bump ` project.version ` inside ` pyproject.toml ` and update ` CHANGELOG.md `
3434 (or other release notes).
35- 3 . Raise a PR from release branch to main branch.
35+ 3 . Commit and push the release branch.
3636
3737- ** Beta release** :
3838 - There is no restriction for branch name.
You can’t perform that action at this time.
0 commit comments