Skip to content

Commit

Permalink
Add info about branching concept (#202)
Browse files Browse the repository at this point in the history
* Add info about branching concept

* fix typo
  • Loading branch information
dl1com authored Sep 23, 2024
1 parent 278cbbe commit 85d0842
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ http://ayab-knitting.com

This is the firmware for the Arduino-based hardware that is part of the AYAB project.

## Branching Model

**Development of the latest and upcoming features happens on the 'main' branch.** For each major release, a dedicated maintenance branch is created to manage bug fixes, security patches, and backporting for that specific release. These branches follow the naming convention <version>-maint (e.g. *0.95-maint*). This approach allows us to continue forward development while ensuring stability and long-term support for previous versions.

## Updating your AYAB firmware

In [ayab-desktop](https://github.com/AllYarnsAreBeautiful/ayab-desktop): go to Tools \> Load AYAB Firmware.
Expand Down

0 comments on commit 85d0842

Please # to comment.