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
It's easy to clone the repo and tag on the command-line, but it's error-prone - you might fetch the wrong remote, then apply a tag you think is at HEAD of origin/main but is actually stale. I've done that!
Instead this automation lets us click a button on GitHub and guaranteed to release the right thing.
Also adds a cron so we don't accidentally go several weeks without a release. It only makes one if there are fixes or features.
Note, it expects our commit history has semantic commits
0 commit comments