From 4652dde511aace0a89f8a9631fe7644921e4e45a Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Thu, 22 Apr 2021 17:23:49 +0200 Subject: default branch change in cotributing --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a06ada3..7184033e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,3 +8,7 @@ You contribution is warmly welcomed. You can help by: 3. Perform additional analysis with extracted data (analyze_certificates.py) 3. Improve the code (TODO: Follow Github contribution guidelines, ideally contact us first about your plan) +## Branches + +- `dev` is the default branch against which all pull requests are to be made. +- `master` is protected branch where stable releases reside. Each push or PR to master should be properly tagged by [semantic version](https://semver.org/) as it will invoke actions to publish docker image and PyPi package. \ No newline at end of file -- cgit v1.3.1