Open Bernardstanislas opened 2 years ago
First step is to check whether a release template would be useful, following the model there https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes Second is to check if this can automatically done from the Github action creating the release: https://github.com/onlydustxyz/starklings/blob/main/.github/workflows/build_binaries.yml#L48
To do so, one might need to contribute to the release github action to add the calling parameter to the Github API
First step is to check whether a release template would be useful, following the model there https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes Second is to check if this can automatically done from the Github action creating the release: https://github.com/onlydustxyz/starklings/blob/main/.github/workflows/build_binaries.yml#L48