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/)