Skip to content

Commit 597c9e2

Browse files
fix dev reviewer list
1 parent c3dfc09 commit 597c9e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ and standard releases by reading version under the [project] section from `pypro
3232
1. Create release branch using name with prefix `release-` or `release/`.
3333
2. 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.

0 commit comments

Comments
 (0)