Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 958 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 958 Bytes

nodenv GitHub Workflows

This repository houses reusable workflows for the nodenv organization. It also contains starter workflows (templates) for calling these reusable workflows.

Versioning

The reusable workflows attempt to adhere to SemVer with the release tags. For convenience, each tagged release will also advance the corresponding "major version" branch. e.g. Tagging a release like v2.5.0 will fast-forward the v2 branch to the latest 2.x tag. This way consumers of these reusable workflows may "soft-pin" to a major version and automatically get minor and patch updates. see Contributing#releasing