Skip to content

Commit

Permalink
Add info about branching concept
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1com committed Sep 23, 2024
1 parent 79fc553 commit 6335535
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 @@ -5,6 +5,10 @@ This is the GUI interface for AYAB.
For information on how to install the release version of the software, see
[http://manual.ayab-knitting.com](http://manual.ayab-knitting.com)

## 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.

## Running from Source & Development

The AYAB desktop software runs using Python 3.11.
Expand Down

0 comments on commit 6335535

Please sign in to comment.