nsidc / usaon-benefit-tool

Application for configuring USAON Benefit Tool value tree analysis surveys and gathering input from respondents
https://usaon-benefit-tool.readthedocs.io/
MIT License
0 stars 3 forks source link

Automatically create GitHub release after successful Docker image publish #216

Open mfisher87 opened 7 months ago

mfisher87 commented 7 months ago

It's easy to forget to do this. We can auto-generate the release notes too.

mfisher87 commented 7 months ago

This automation will look something like this one that I use on my personal site to make a release with every push to main.

We want this to be dependent instead on our existing workflow that starts with pushing a tag, then publishes a Docker image. This can be added as a final step IFF the workflow was triggered by a tag.