-
-
Notifications
You must be signed in to change notification settings - Fork 0
Semantic Versioning
Christopher Molin edited this page Nov 21, 2024
·
3 revisions
Important
The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in RFC 2119.
This project SHALL conform to Semantic Versioning 2.0.0, as described.
The described Public API in the context of this project SHALL consider:
- All
.mustache
template files - All
.java
files generated by, or modified, by these.mustache
template files- Identified by the license header in beginning of generated files
- Including changes to functionality, behavior, documentation, and formatting
- Project metadata in
pom.xml
Note
GitHub Issues and Pull Requests SHALL be labelled with a semantic version label (MAJOR
, MINOR
and PATCH
) for:
- Any
feat
(Feature) - Any
bug
(Bug Fix)
The following SHALL NOT be considered part of the Public API:
- Project
<properties>
,<dependencies>
and<build>
properties inpom.xml
- Any and all other files (
.yaml
and.java
)-
java
files located in/generated-sources
-
java
files located in/src
-
yaml
files located in/src
-
- The
README
- Any and all files related to GitHub (GitHub Actions, GitHub Pages, GitHub Templates, etc.)
Note
GitHub Issues and Pull Requests SHALL NOT be labelled with a semantic version label (MAJOR
, MINOR
and PATCH
) for:
- Any
meta
(Meta change) - Any
doc
(Documentation change) - Any
test
(Test change) - Any
dependencies
(Dependency Update) - Any
github-pages
(GitHub Pages change)
-
- ✔️ Importing as a dependency (Maven, Gradle, etc.) SHALL be considered
- ❌ Downloading directly from GitHub SHOULD NOT be considered
-
- ✔️ Using all the provided
.mustache
files as-is SHALL be considered - ❌ Using a subset of the provided
.mustache
files as-is SHALL NOT be considered
- ✔️ Using all the provided
-
- ✔️ Unmodified and unaltered files SHALL be considered
- ❌ Modified and/or altered files SHALL NOT be considered
-
- ✔️ Using supported properties SHALL be considered
- ❔ Using properties prior to adding support MAY be considered
- ❌ Using unsupported properties SHALL NOT be considered
-
- ✔️ Using supported properties SHALL be considered
- ❔ Using properties prior to adding support MAY be considered
- ❌ Using unsupported properties SHALL NOT be considered
©️ 2024 Chrimle