summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-07-31 11:22:55 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-07-31 11:22:55 +0200
commitf1a4c31aaf91d8e54472568231027dc5ec774acd (patch)
treec302ff539f9d7021450d54c00f3f0c0def837aee
parent5495c2ed2ee51d1a3bedb5daa4cc85a95e4d8103 (diff)
Add README note about how I develop
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index d580d2c..0cc9da9 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,16 @@ nix-script switch -c switch -w /home/myself/conf -- -I nixpkgs=/home/myself/pkgs
Dive into the code or use the `-h` flags for getting more help.
+## Branches
+
+`master` is the branch for development. Features and fixes are added via PRs
+to the `master` branch, small fixes are pushed onto master directly. Using
+latest `master` should be safe most of the time, though bugs may be there.
+Using a release version should always be safe, but not as long as a `0` is the
+major number. So, `0.1` should be safe, but it won't get any bug fixes if
+there bugs. `1.0` should be safe and bug fixes will be pushed to `1.x`
+releases if there are any.
+
## License
This code is released under the terms of GNU GPL v2.