summaryrefslogtreecommitdiffhomepage
path: root/BUILD.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index 37be4b18..8f0bc0c1 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -12,6 +12,10 @@ $ cd $GOPATH/src/github.com/osrg/gobgp && dep ensure
Now ready to modify the code and build two binaries, `cmd/gobgp` and `cmd/gobgpd`.
+## Releases
+
+GoBGP releases are time-based. Minor releases will occur every month ([Semantic Versioning](https://semver.org/)). Major releases occur only when absolutely necessary.
+
## Layout
The GoBGP project adopts [Standard Go Project Layout](https://github.com/golang-standards/project-layout).