chore: wire up force_publish input in release workflow#104
Conversation
Add workflow_dispatch trigger with force_publish flag so the release artifacts can be re-published manually without a new release-please run. Derives the tag from the latest git tag when release-please did not create one, and uses --clobber to overwrite existing release assets. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9608cb8 to
488fcde
Compare
|
Thanks @Rodriguespn - two thoughts:
|
Thanks for the feedback @gregnr. We recently had this failed release when we created the Changelogs. The commit was a chore so it didn't trigger a version bump on the root directory but since it was the first time the changelog was being generated, a set of trailing commits with Imo reinforces that there should be an agent skill versioning standard so clients can rollback on previous/stable skills versions. Agent skills are different than npm packages as they (usually) don't have code but a change in the tone, phrasing or set of instructions can change the way agents behavior when reading the skills. This is just something that I have been thinking about if we should adopt our own agent skills versioning system. Not an action item, just a thought To summarize, this might be over engineering for our agent skills and plugin use cases. Closing this and supabase-community/supabase-plugin#39 |
Summary
workflow_dispatchtrigger with aforce_publishboolean input so release artifacts can be re-published manually without a new release-please run--clobbertogh release uploadto overwrite existing assets instead of erroring