diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 776eecba..cb0e7642 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -1,5 +1,13 @@ # Our Release Process +## Notes + +This process hasn't been updated to the C4 way yet. That will simplify it a lot. Stay tuned! Until then, the basic idea is that there's only one branch: `master`. All releases are just Git tags of specific commits on the `master` branch. + +his is the _BigchainDB Server_ release process. The process to release other BigchainDB software will be similar but not identical. + +