sdv-dev / SDV

Synthetic data generation for tabular data
https://docs.sdv.dev/sdv
Other
2.21k stars 287 forks source link

Add workflow to generate release notes #2050

Closed amontanez24 closed 3 weeks ago

amontanez24 commented 3 weeks ago

Problem Description

As a maintaner, it is quite time consuming to create a list of all the issues completed in the release, mark the author and sort them into appropriate categories. It would be nice to have a way to automate this process and speed up the creation of release notes so that releases could be done faster.

Expected behavior

Add a Github workflow that takes in a release version and date and opens a PR that updates the HISTORY.md with the new release notes.

The notes should be in the following format:

## vX.Y.Z - YYYY-MM-DD

### New Features

* {issue-name} - Issue [#{issue-number}]({issue-link}) by author
...

### Bugs Fixed

...

### Maintenance

...

Additional context