Skip to main content

Interface: SemanticVersion

Defined in: web/lib/api/generated/types/pub/chive/eprint/submission.ts:570

Semantic version following MAJOR.MINOR.PATCH

Properties​

$type?​

optional $type: "pub.chive.eprint.submission#semanticVersion"

Defined in: web/lib/api/generated/types/pub/chive/eprint/submission.ts:571


major​

major: number

Defined in: web/lib/api/generated/types/pub/chive/eprint/submission.ts:573

Major version for fundamental revisions or breaking changes


minor​

minor: number

Defined in: web/lib/api/generated/types/pub/chive/eprint/submission.ts:575

Minor version for new content or significant additions


patch​

patch: number

Defined in: web/lib/api/generated/types/pub/chive/eprint/submission.ts:577

Patch version for corrections, typo fixes, formatting


prerelease?​

optional prerelease: string

Defined in: web/lib/api/generated/types/pub/chive/eprint/submission.ts:579

Pre-release identifier (e.g., draft, rc1)