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
Add a validation step to the make prepare-release that checks if the version that is being build for already has a tag created in github.
Why
At no point should release be prepared for existing releases, and sense this is something that we can check, we should.
How
The Github API should be used for checking that the tags exists. This would remove need, and possible error point of the local repo not having its tags up to date.
What
Add a validation step to the
make prepare-release
that checks if the version that is being build for already has a tag created in github.Why
At no point should release be prepared for existing releases, and sense this is something that we can check, we should.
How
The Github API should be used for checking that the tags exists. This would remove need, and possible error point of the local repo not having its tags up to date.
Sample command can look like.
Done
The checking of tags is added to the pre-validation steps of the prepare-release target.
The text was updated successfully, but these errors were encountered: