Harmony icon indicating copy to clipboard operation
Harmony copied to clipboard

Add a Release Pipeline

Open Aragas opened this issue 1 year ago • 1 comments
trafficstars

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)

Aragas avatar Mar 03 '24 20:03 Aragas

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

Banane9 avatar Aug 30 '24 16:08 Banane9