Skip to content

Commit

Permalink
Update instructions to reflect label_issues.py needs admin
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Sep 30, 2022
1 parent 1eae4f7 commit f657fc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/release/README.md
Expand Up @@ -74,8 +74,12 @@ git checkout -b make-release
# manully edit ./dev/release/update_change_log.sh to reflect the release version
# create the changelog
CHANGELOG_GITHUB_TOKEN=<TOKEN> ./dev/release/update_change_log.sh

# run automated script to copy labels to issues based on referenced PRs
# (NOTE this must be done by a committer / other who has
# write access to the repository)
python dev/release/label_issues.py

# review change log / edit issues and labels if needed, rerun
git commit -a -m 'Create changelog'

Expand Down

0 comments on commit f657fc2

Please sign in to comment.