Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make release script check if local gutenberg-mobile branch is up-to-date #18

Open
mchowning opened this issue Jan 15, 2021 · 0 comments

Comments

@mchowning
Copy link
Contributor

The release script checks that we are releasing from an appropriate branch (like develop), but it does not verify that the local branch is up-to-date. This resulted in some commits accidentally getting left out of a recent release (not included in 1.44.0, added in 1.44.1).

It's really easy to forget to update the local branches before running the release script (I'm surprised this is the first time this has bitten us), so let's have the release script verify that the current gutenberg-mobile branch is up-to-date with the remote repository before allowing the release process to proceed.

cc: @guarani , @cameronvoell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant