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.
As discussed in #234 - this is a proposed way to handle the changes, that I'm putting up for discussion here.
I made a new branch called v1.1.0-post1 off of the v1.1.0 tag and cherry-picked the commit from #234. I did not update any of the schemas / version numbers.
The idea is once we get approvals (likely aim for at least 4 again) I'd tag this branch as v1.1.0.post1, and then cut an actual release on github, and then publish the release to the website.
I think I would then just delete this branch, after making the tag. main already has the change merged, and has the right dev version numbers. @tschaub - if the 1.0.0.post1 release exists and I just run the publish website job on main will 'the right stuff' happen? Like it'll just grab the latest release text and put it on the website? Will it use the versions from the text, or will it try to use the tag at all?