3.0.0 • Published 4 years ago
@rollingversions/tag-format v3.0.0
@rollingversions/tag-format
API
export interface PrintTagContext {
packageName: string;
oldTagName: string | null;
versionSchema: readonly string[];
tagFormat: string | undefined;
}
export declare function printTag(
version: VersionNumber,
ctx: PrintTagContext,
): string;
export interface ParseTagContext {
allowTagsWithoutPackageName: boolean;
packageName: string;
versionSchema: readonly string[];
tagFormat: string | undefined;
}
export declare function parseTag(
tagName: string,
ctx: ParseTagContext,
): VersionNumber | null;
3.0.0-canary-907
4 years ago
3.0.0
4 years ago
3.0.0-canary-916
4 years ago
3.0.0-canary-914
4 years ago
3.0.0-canary-910
4 years ago
2.0.0-canary-787
4 years ago
2.0.0-canary-777
4 years ago
2.0.0-canary-789
4 years ago
2.0.0-canary-779
4 years ago
2.0.0-canary-769
4 years ago
2.0.0-canary-780
4 years ago
2.0.0-canary-771
4 years ago
2.0.0-canary-773
4 years ago
2.0.0-canary-786
4 years ago
2.0.0-canary-775
4 years ago
2.0.0
4 years ago
1.0.0
4 years ago
1.0.0-canary-703
4 years ago