Skip to content
/ .github Public

Meta repository primarily for reusible GHA workflows for the nodenv org

License

Notifications You must be signed in to change notification settings

nodenv/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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