From f9d7951cc5c1b20e989d04471a73d491118b3dfe Mon Sep 17 00:00:00 2001 From: Miguel Casqueira Date: Wed, 8 Apr 2020 00:16:42 -0400 Subject: [PATCH] Added protocol to semver.org link Closes: #1256 Change-type: patch Signed-off-by: Miguel Casqueira --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d56e1188..5be71606 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ decision making processes! Here's a few guidelines to make the process easier for everyone involved. - Every PR _should_ have an associated issue, and the PR's opening comment should say "Fixes #issue" or "Closes #issue". -- We use [Versionist](https://github.com/resin-io/versionist) to manage versioning (and in particular, [semantic versioning](semver.org)) and generate the changelog for this project. +- We use [Versionist](https://github.com/resin-io/versionist) to manage versioning (and in particular, [semantic versioning](https://semver.org)) and generate the changelog for this project. - At least one commit in a PR should have a `Change-Type: type` footer, where `type` can be `patch`, `minor` or `major`. The subject of this commit will be added to the changelog. - Commits should be squashed as much as makes sense. - Commits should be signed-off (`git commit -s`)