Document release process

This commit is contained in:
Harry Marr
2021-03-16 13:42:22 -04:00
parent ab02a46ec6
commit 6961ad11d0
+6
View File
@@ -38,3 +38,9 @@ GITHUB_EVENT_NAME=pull_request
}
-----------------------------------------------------------------------
```
## Development and release process
Each major version corresponds to a branch (e.g. `v1`, `v2`). The latest major
version (`v2` at the time of writing) is the repository's default branch.
Releases are tagged with semver-style version numbers (e.g. `v1.2.3`).