Skip to main content

Interface: SemanticVersion

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

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:1007


major

major: number

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

Major version for fundamental revisions or breaking changes


minor

minor: number

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

Minor version for new content or significant additions


patch

patch: number

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

Patch version for corrections, typo fixes, formatting


prerelease?

optional prerelease: string

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

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