ci: Add a workflow to create a GitHub Release#1122
ci: Add a workflow to create a GitHub Release#1122dhirschfeld wants to merge 3 commits intowidgetti:masterfrom
Conversation
df1b75a to
ff7532b
Compare
| '${{ github.ref_name }}' | ||
| --repo '${{ github.repository }}' | ||
| --title 'Release ${{ github.ref_name }}' | ||
| --generate-notes |
There was a problem hiding this comment.
Will automatically generate basic release notes based on the PRs merged since the previous release.
ff7532b to
fe6d44e
Compare
ead181f to
3c5d366
Compare
|
bump! |
3c5d366 to
d248bbc
Compare
iisakkirotko
left a comment
There was a problem hiding this comment.
Thanks for opening the PR, and sorry it took a while to get reviewed. A couple small notes:
|
I do also see that @maartenbreddels has been doing release notes as a part of the docs again, not sure if he's automated the process (and if these notes should go onto the website as well)? |
Co-authored-by: Iisakki Rotko <iisakki@rtko.eu>
Co-authored-by: Iisakki Rotko <iisakki@rtko.eu>
I think it's useful to have at least a listing of merged PRs between releases in the GitHub Releases page. This can be in addition to official release notes. If it's automated, and adds value - why not?! I also like having a GitHub Release as it makes it a bit easier to view the diff betwen all releases (there's a dropdown as opposed to manually comnstructing the compare url yourself) |
All Submissions:
pre-commitprior to committing my changes (see development setup docs).Changes to / New Features:
Description of changes
This implements the simplest possible automated release notes for
solara. I'm adding this because an up-to-date changelog is something I've wanted and I thinksolarais pretty great and want it to succeed!Resolves #206
Related: