From 5958ff175a6d546e9a2cd7ee6888da8f20c1d711 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:20:19 +0100 Subject: [PATCH] Add more versioning articles --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 114867f..007b26e 100644 --- a/README.md +++ b/README.md @@ -1048,7 +1048,13 @@ Rob Pike, [Go at Google: Language Design in the Service of Software Engineering] - [BlueGreenDeployment](http://martinfowler.com/bliki/BlueGreenDeployment.html), Martin Fowler - [Move fast and break nothing](https://zachholman.com/talk/move-fast-break-nothing/), Zach Holman - 🏙 [Move fast and don't break things](https://docs.google.com/presentation/d/15gNk21rjer3xo-b1ZqyQVGebOp_aPvHU3YH7YnOMxtE/edit#slide=id.g437663ce1_53_591), Google + +Versioning: + - [Semantic Versioning](https://semver.org/) +- [Calendar Versioning — CalVer](https://calver.org/) +- [Semantic Versioning Will Not Save You](https://hynek.me/articles/semver-will-not-save-you/) +- [Version numbers: how to use them? · Tech articles by Bernát Gábor](https://bernat.tech/posts/version-numbers/) Checklists: