Go to file
Yuki Okushi e214dda2fb
Update GHA workflow
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2022-07-21 17:12:23 +09:00
.github/workflows Update GHA workflow 2022-07-21 17:12:23 +09:00
.gitignore feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
.remarkrc feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
CODE_OF_CONDUCT.md Code of conduct: Use https links 2020-06-22 18:09:22 -07:00
CONTRIBUTING.md Tweak 2020-04-28 22:02:13 -07:00
README.md explain how changes are published to the website 2021-07-26 10:45:22 +02:00
package-lock.json feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
package.json feat: Added linter and workflow; Fixed linter warnings 2020-06-18 16:50:54 +03:00
semver.md Merge pull request #623 from adamralph/patch-1 2021-07-26 10:20:37 +03:00
semver.svg Add railroad-diagram svg 2013-07-24 15:05:22 -07:00

README.md

Semantic Versioning Specification

"Semantic Versioning" or "SemVer" contain a set of rules and requirements that dictate how version numbers are assigned and incremented. You can find full document in semver.md or visit our official website semver.org to find previous versions and localized specifications.

Changes to the document are published to the website by a GitHub Actions workflow which runs once each day.