We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4291c8 commit f5fd771Copy full SHA for f5fd771
CONTRIBUTING.md
@@ -0,0 +1,13 @@
1
+# Contributing
2
+
3
+## Semantic versioning and commit messages
4
5
+The balenaDash version numbering adheres to [Semantic Versioning](http://semver.org/). The following
6
+header/row is required in the body of a commit message, and will cause the CI build to fail if absent:
7
8
+```
9
+Change-type: patch|minor|major
10
11
12
+Version numbers and commit messages are automatically added to the `CHANGELOG.md` file by the CI
13
+build flow, after a pull request is merged. It should not be manually edited.
0 commit comments