roamingthings / spyglass

A simple mjpeg server for Picamera2
GNU General Public License v3.0
57 stars 12 forks source link

ci: Add release process to the project #35

Closed roamingthings closed 1 year ago

roamingthings commented 1 year ago

This Pull Request adds an automated release process to the project.

The project uses commitizen using Conventional Commits and Semantic Versioning.

Each time a commit is merged with the main branch, a new release is created based on the type used in the commit message.

Signed-off-by: Alexander Sparkowsky info@roamingthings.de