Skip to content

Creating new release

Tero Saarni edited this page Jan 23, 2024 · 4 revisions

New release artifacts are automatically built by pushing tag that conforms with v*:

$ git tag v0.6.0
$ git push --tags

Wait for release action to run.

To force refresh API documentation, visit link https://pkg.go.dev/github.com/tsaarni/certyaml@master.

Clone this wiki locally