Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 548 Bytes

File metadata and controls

18 lines (11 loc) · 548 Bytes

Tagging strategy

Versions and release tags are often linked for convenience. The most common convention is to use the version with a v prefix (i.e. version 1.0.0 is tagged as v1.0.0).

Heylogs supports the following tagging strategies:

ID Description Example Argument
prefix Tags with a common prefix v1.0 non-empty string

Usage example

  • $ heylogs check -t prefix:v

← Back to README