You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like most of this can be done via the npm version [...] command. It will both bump the version and tag the commit. From there, it needs to be published, and possibly have some vX.Y.Z-next set up for future commits.
Ideally, I would like this to be done purely in GHA. There's very likely some off-the-shelf system to manage this.
Rough vision:
Actions > Create Release
Type: Major, Minor, Patch(default)
Source branch: main
When run, it would:
There's probably some stuff that doesn't flow quite right in there, but that's the general concept.
Realistically a major version is important enough that automating it may be a bad idea. TBD.
The text was updated successfully, but these errors were encountered: