seqeralabs / staticreg

A tool to generate a static website from an OCI registry containing all the images and tags the provided user has access to.
Apache License 2.0
0 stars 0 forks source link

Release process #5

Closed fntlnz closed 1 month ago

fntlnz commented 1 month ago

I'm adding a release process using goreleaser

Fixes #3

fntlnz commented 1 month ago

This is ready for review, I already did a release against this branch that will be on master once we merge this.

The release is based on the VERSION file and happened on GHA via this run https://github.com/seqeralabs/staticreg/actions/runs/10113904210/job/27971293225?pr=5.

At each PR we also build artifacts and publish them temporarly on the action so we can test them. See here for example.

For everyone's preview, the release of 0.1.0 created

fntlnz commented 1 month ago

Thanks for the review @alberto-miranda !