Skip to content

Support package-level tags #116

@mcmire

Description

@mcmire

Currently when looking for tags, we assume that all tags start with v:

assert.equal(mostRecentTag?.[0], 'v', 'Most recent tag should start with v');

We want this to be configurable. Perhaps we accept a tagPrefix option that's an array of prefixes to try.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions