From 46aad62dfd2671abb72970eb267f10d3eaf13e46 Mon Sep 17 00:00:00 2001 From: Thomas de Bruijn Date: Mon, 7 Apr 2025 15:05:13 +0200 Subject: [PATCH] Added information on semantic versioning --- pages/listing.txt | 1 + pages/on-semantic-versioning.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 pages/on-semantic-versioning.md diff --git a/pages/listing.txt b/pages/listing.txt index ca32530..06325ba 100644 --- a/pages/listing.txt +++ b/pages/listing.txt @@ -1,5 +1,6 @@ introduction.md resolving-merge-conflicts.md +on-semantic-versioning.md # change this #creating-pull-requests.md diff --git a/pages/on-semantic-versioning.md b/pages/on-semantic-versioning.md new file mode 100644 index 0000000..07115b8 --- /dev/null +++ b/pages/on-semantic-versioning.md @@ -0,0 +1,3 @@ +Version numbers can be hard, which is why smarter people have created a standard for this, called semantic versioning. + +See here for more information: [semantic-versioning](https://semver.org/)