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

Add a Release Pipeline #592

Open
Aragas opened this issue Mar 3, 2024 · 1 comment
Open

Add a Release Pipeline #592

Aragas opened this issue Mar 3, 2024 · 1 comment

Comments

@Aragas
Copy link
Collaborator

Aragas commented Mar 3, 2024

It should do the following things:

  • Publish to NuGet
  • Publish to GPR (GitHub Package Registry)
  • Publish to GitHub Releases

The only question is, how the release should be triggered:

  • Manual Workflow Trigger
  • On Git Tag added
  • On merging anything to master (we'll have to move development to a dev branch then)
@Banane9
Copy link

Banane9 commented Aug 30, 2024

For my personal projects, I've set it up to trigger on pushing a v... tag

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

No branches or pull requests

3 participants