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

Automate building and tagging workflow #112

Closed
lee-dohm opened this issue Apr 29, 2020 · 0 comments · Fixed by #129
Closed

Automate building and tagging workflow #112

lee-dohm opened this issue Apr 29, 2020 · 0 comments · Fixed by #129

Comments

@lee-dohm
Copy link
Owner

lee-dohm commented Apr 29, 2020

Right now, this all has to be done relatively manually. This means that I have to:

  1. Merge the latest master to the latest releases/v* branch
  2. Create the latest semver tag
  3. Delete the local v* tag
  4. Delete the remote v* tag
  5. Create the local v* tag pointing to the same commit
  6. Push the commits
  7. Push the tags
  8. Create the GitHub release object for the latest semver tag and check the box to publish to the Marketplace

With the tools mentioned in JasonEtco/create-an-issue#55, I should be able to reduce this to:

  1. Merge the latest master to the latest releases/v* branch
  2. Create the latest semver tag
  3. Push the tags
  4. Create the GitHub release object for the latest semver tag and check the box to publish to the Marketplace

And I probably don't even need to worry about the releases/v* branch anymore

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

Successfully merging a pull request may close this issue.

1 participant