Interface: SemanticVersion
Defined in: web/lib/api/generated/types/pub/chive/eprint/submission.ts:566
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:567
major
major:
number
Defined in: web/lib/api/generated/types/pub/chive/eprint/submission.ts:569
Major version for fundamental revisions or breaking changes
minor
minor:
number
Defined in: web/lib/api/generated/types/pub/chive/eprint/submission.ts:571
Minor version for new content or significant additions
patch
patch:
number
Defined in: web/lib/api/generated/types/pub/chive/eprint/submission.ts:573
Patch version for corrections, typo fixes, formatting
prerelease?
optionalprerelease:string
Defined in: web/lib/api/generated/types/pub/chive/eprint/submission.ts:575
Pre-release identifier (e.g., draft, rc1)