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
5 years ago
2.0.0-canary-777
5 years ago
2.0.0-canary-789
5 years ago
2.0.0-canary-779
5 years ago
2.0.0-canary-769
5 years ago
2.0.0-canary-780
5 years ago
2.0.0-canary-771
5 years ago
2.0.0-canary-773
5 years ago
2.0.0-canary-786
5 years ago
2.0.0-canary-775
5 years ago
2.0.0
5 years ago
1.0.0
5 years ago
1.0.0-canary-703
5 years ago