mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #648] Common or Proper Noun? #6440
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DeveloperC286 on GitHub (Jan 11, 2021).
Original GitHub issue: https://github.com/semver/semver/issues/648
Semantic Versioningis a proper noun because it is the name of the specification, hence the capitalisation. However, isSemantic Versiona common or proper noun? My instinct says it is a proper noun because it is the name for a version following Semantic Versioning.However, I noticed
semantic versionwas not capitalised in the FAQ. Just wanted to double-check so I can use it correctly.I am aware that even though I am a native speaker, my grasp on the grammar is not great, so I am probably wrong.
@ljharb commented on GitHub (Jan 11, 2021):
Regardless of what might be prescriptively correct, I've only ever seen "semantic version" - ie, the noun version, and the adjective semantic, used uncapitalized.
@DeveloperC286 commented on GitHub (Jan 13, 2021):
Okay I will use the lowercase version 👍 Thanks...