From 18771b651ddbc695b2d9c90fb60a4d808af62380 Mon Sep 17 00:00:00 2001 From: Adam Ralph Date: Mon, 26 Jul 2021 10:45:22 +0200 Subject: [PATCH] explain how changes are published to the website --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa7b368c..f6dcaf7e 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ "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](./semver.md) or visit our official website [semver.org](https://semver.org) to find previous versions and localized specifications. +Changes to the document are published to the website by a [GitHub Actions workflow](https://github.com/semver/semver.org/blob/gh-pages/.github/workflows/sync.yml) which runs once each day.