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

Create Prepare Release workflow #370

Merged
merged 6 commits into from
Jan 10, 2025
Merged

Create Prepare Release workflow #370

merged 6 commits into from
Jan 10, 2025

Conversation

R-Palazzo
Copy link
Contributor

CU-86b2xrf9c
Resolve #364

@R-Palazzo R-Palazzo self-assigned this Jan 9, 2025
@sdv-team
Copy link
Contributor

sdv-team commented Jan 9, 2025

Copy link
Member

@fealho fealho left a comment

Choose a reason for hiding this comment

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

Looks good besides that one comment.

def _create_release_notes(issues_by_category, version, date):
title = f'## v{version} - {date}'
release_notes = f'{title}{NEW_LINE}{NEW_LINE}'
for category in ISSUE_LABELS + ['misc']:
Copy link
Member

@fealho fealho Jan 9, 2025

Choose a reason for hiding this comment

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

SDV-Enterprise uses another list here.

It also has this extra line:

# Filter our PRs
issues_on_page = [issue for issue in issues_on_page if issue.get('pull_request') is None]

Copy link
Contributor

Choose a reason for hiding this comment

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

@R-Palazzo do these changes need to be propagated to any other libraries?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, thanks @fealho.
Yes, if we want to use what's in Enterprise, SDMetrics and SDGym must be updated (other libraries already have the changes)
I have a PR on both libraries that are related so I will include the changes @amontanez24

@R-Palazzo R-Palazzo merged commit ecbda28 into main Jan 10, 2025
47 checks passed
@R-Palazzo R-Palazzo deleted the issue-364-prepare-release branch January 10, 2025 08:37
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.

Create Prepare Release workflow
4 participants