Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests][scripts][release] Optimize release note script about categories etc #14653

Merged
merged 6 commits into from
Apr 19, 2023

Conversation

ysh329
Copy link
Contributor

@ysh329 ysh329 commented Apr 18, 2023

  • Optimize release note script generate process
    • gahter_prs.py: create one csv file only, keep sheet header name with next step script make_notes.py same;
    • make_notes.py: create a categories/tags dictionary, used to map various categories/tags to normal ones;
    • README.md: modifiction aligned with updated scripts etc.
  • Fix typo in release_process.rst.

cc @driazati @Johnson9009

@tvm-bot
Copy link
Collaborator

tvm-bot commented Apr 18, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

  • No users to tag found in teams: tests, scripts, release See #10317 for details

Generated by tvm-bot

@github-actions github-actions bot requested a review from driazati April 18, 2023 07:24
Copy link
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool. Thanks!

tests/scripts/release/README.md Outdated Show resolved Hide resolved

REPO_ROOT = Path(__file__).resolve().parent.parent.parent.parent
sys.path.append(str(REPO_ROOT / "tests" / "scripts"))
sys.path.append(str(REPO_ROOT / "tests" / "scripts" / "github"))
sys.path.append(str(REPO_ROOT / "tests" / "scripts" / "jenkins"))

# Tag dictionary used to create a mapping relation to categorize PRs owning same tag.
TAG_DICT = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for coming up with this list! It'll make auto-generating the notes much simpler

Copy link
Contributor Author

@ysh329 ysh329 Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this list will keep maintained gradualy, when we do monthly reports generation.

Co-authored-by: driazati <9407960+driazati@users.noreply.github.com>
@driazati driazati merged commit fc7ca1f into apache:main Apr 19, 2023
@ysh329 ysh329 deleted the enhance-script-about-release-note branch April 19, 2023 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants