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

Update script to push new commits after tagging #20

Open
absoludity opened this issue Apr 28, 2022 · 0 comments
Open

Update script to push new commits after tagging #20

absoludity opened this issue Apr 28, 2022 · 0 comments

Comments

@absoludity
Copy link
Contributor

Currently the script creates a new release on the current branch, tagging the local commit then pushing the tag, but not pushing the commits to the upstream branch.

We could instead:

  1. Ensure the branch is up-to-date at the beginning
  2. commit new package dir to the branch (as now)
  3. tag and push both the tag and the branch

If pushing the commits is last, if it fails it can be resolved without disturbing the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🗂 Backlog
Development

No branches or pull requests

2 participants