Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 740 Bytes

RELEASE.md

File metadata and controls

22 lines (13 loc) · 740 Bytes

Releasing this library

With Github Workflows

Create an annotated tag following a Semantic Versioning. the release.yml uses a github action that will create a pre-release release for alphas and betas and "release" releases for Semantic Versioning compliant tags. This is explained with detail here.

Example: Creating 0.1.0-beta.6

Create an annotated tag git tag --annotate --cleanup=whitespace --edit --message "" 0.1.0-beta.6

This will prompt you for a message. The message content follows the logic documented here.