collect icon indicating copy to clipboard operation
collect copied to clipboard

Update new tag-commit-push script to work around pushing branches and PRs

Open mattstauffer opened this issue 2 years ago • 0 comments

Using branches & PRs means we get the benefit of CI running across all environments, not just the dev's local machine.

  • [x] Make it create a branch
  • [x] Drop tagging (because we can't tag until after green tests)
  • [ ] Fix up the validator to actually work
  • [ ] Make it create a PR using hub or whatever after pushing the PR

mattstauffer avatar Dec 07 '21 18:12 mattstauffer