Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 3c59049

Browse files
committed
Add caveat around version numbering
1 parent d6d528f commit 3c59049

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@
33
All notable changes to this project will be documented in this file.
44

55

6-
This changelog was automatically generated using [Caretaker](https://github.com/WolfSoftware/contributing) by [Wolf Software](https://github.com/WolfSoftware)
6+
This changelog was automatically generated using [Caretaker](https://github.com/DevelopersToolbox/caretaker) by [Wolf Software](https://github.com/WolfSoftware)
7+
8+
### [v1.0.1](https://github.com/WolfSoftware/contributing/compare/v1.0.0...v1.0.1)
9+
10+
> Released on March, 2nd 2021
11+
12+
- Add caveat around version numbering [`[head]`](https://github.com/WolfSoftware/contributing/commit/)
713

814
### [v1.0.0](https://github.com/WolfSoftware/contributing/releases/v1.0.0)
915

1016
> Released on October, 27th 2020
1117
12-
- The first commit [`[head]`](https://github.com/WolfSoftware/contributing/commit/)
18+
- The first commit [`[d6d528f]`](https://github.com/WolfSoftware/contributing/commit/d6d528f3c09641f1a7c6a59c57f595e257470de1)
1319

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ If you have an idea for a new feature or improvement that you would like to see,
5656

5757
*NOTE:* We reserve the right to reject any pull requests that do not meet this requirements. We will however feedback on why pull requests were rejected.
5858

59+
<h3>Version Numbers</h3>
60+
61+
Please do not bump the version number in VERSION.txt as there could well be other changes that are in progress or planned for release and your change might be in a later version.
62+
63+
For this reason any PRs with a change to the VERSION.txt file will be rejected as a matter of course.
64+
5965
<h3>Changelogs</h3>
6066

6167
We use [caretaker](https://github.com/DevelopersToolbox/caretaker) to auto-generate all of our changelogs, so there is no need to update the CHANGELOG, in fact any changes will be automatically overwritten.

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)