mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Updated Contribution Process (markdown)
parent
703bc2940d
commit
6348b17813
@ -2,7 +2,7 @@
|
||||
# Git Workflow
|
||||
|
||||
- `master` - this branch contains the latest shipped release of node-red, plus any additional bug fixes that have been made since. At any time, this branch could get shipped as the next `maintenance release`. At the time of writing, this contains `0.16.2` and a few fixes that will be released as `0.16.3` at some point.
|
||||
- `0.17` - development work on the next milestone release occurs in a branch named after the expected release version number. This is where new features are developed. At the time of writing, this is the `0.17` release.
|
||||
- Development branch (eg `0.17`) - development work on the next milestone release occurs in a branch named after the expected release version number. This is where new features are developed. At the time of writing, this is the `0.17` release.
|
||||
- Larger features get developed in their own branches and merged to the current development branch as and when the feature is sufficiently stable for wider consumption.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user