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
fix(release): Manage git state after post-release (#1588)
From [Craft docs](https://github.com/getsentry/craft#post-release-script-conventions):
> The script is responsible for any and all `git` state management as `craft` will simply exit after running this script as the final step. This means the script is responsible for committing and pushing any changes that it may have made.
Git state isn't managed in the post-release script, meaning changes won't be pushed; this PR manages it.
0 commit comments