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

Don't create a release for every PR merged to master #63

Open
SeanKilleen opened this issue Jun 6, 2023 · 0 comments
Open

Don't create a release for every PR merged to master #63

SeanKilleen opened this issue Jun 6, 2023 · 0 comments

Comments

@SeanKilleen
Copy link
Owner

SeanKilleen commented Jun 6, 2023

I initially thought this would be nice, but now I'd really prefer for the release build to run on my command rather than as part of the main process. Too much noise otherwise, especially with dependabot.

Right now, the process is:

  • Build/release on every push to master
  • Create and push a tag
  • Run the master branch build

What we'd want instead:

  • Build on every push to master and make sure releasing is possible
  • Upon creating a release, build + add artifacts to release + publish nuget.
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