ci: Add a workflow to create a GitHub Release#1122
Open
dhirschfeld wants to merge 1 commit intowidgetti:masterfrom
Open
ci: Add a workflow to create a GitHub Release#1122dhirschfeld wants to merge 1 commit intowidgetti:masterfrom
dhirschfeld wants to merge 1 commit intowidgetti:masterfrom
Conversation
df1b75a to
ff7532b
Compare
dhirschfeld
commented
Oct 30, 2025
| '${{ github.ref_name }}' | ||
| --repo '${{ github.repository }}' | ||
| --title 'Release ${{ github.ref_name }}' | ||
| --generate-notes |
Author
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
Author
|
bump! |
3c5d366 to
d248bbc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: