You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1071,10 +1071,12 @@ Listing down some of the exciting features am going to work on and update the Gi
1071
1071
1072
1072
### Versioning
1073
1073
1074
-
We use [SemVer](http://semver.org/) for versioning. For the versions
1075
-
available, see the
1076
-
[tags on this repository](https://github.com/your/project/tags).
1074
+
We use [Cocogitto](https://github.com/cocogitto/cocogitto) for releasing [Semantic SemVer](http://semver.org/) versioned GitHub releases in this repository.
1077
1075
1076
+
This repositories GHA CI is configured to trigger a semver version bump following [Cocogitto's conventional commit types](https://docs.cocogitto.io/guide/commit.html).
1077
+
1078
+
The GHA CI does the following:
1079
+
- When a commit is made to the repository eligible for version bump
1078
1080
### License
1079
1081
1080
1082
This project is licensed under the MIT License - see the
0 commit comments