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
This project uses [Versionist](https://github.com/balena-io/versionist) to maintain the changelog and version numbers. Each commit must include a footer specifying the semantic version change and a changelog entry:
116
+
117
+
```
118
+
docs: improve README
119
+
120
+
Change-Type: patch
121
+
Changelog-Entry: Improve README documentation
122
+
Signed-off-by: Your Name <you@example.com>
123
+
```
124
+
125
+
The `Change-Type` can be `major`, `minor` or `patch`. `Changelog-Entry` is a short description of the change. Releases are automatically created when changes land on the `master` branch.
'# Change Log\n\nAll notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!\nThis project adheres to [Semantic Versioning](http://semver.org/).\n\n'
0 commit comments