doc: document branching and releasing (#554)

This diff starts to better specify branching and the release process, thus addressing https://github.com/ooni/probe/issues/1506#issuecomment-949623019.
This commit is contained in:
Simone Basso 2021-10-22 15:41:53 +02:00 committed by GitHub
commit 197dc37461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 1996 additions and 17 deletions

View file

@ -5,6 +5,7 @@ on:
push:
branches:
- "master"
- "release/**"
jobs:
test:
runs-on: ubuntu-20.04