summaryrefslogtreecommitdiffhomepage
path: root/BUILD.md
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2019-01-01 23:09:56 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2019-01-01 23:09:56 +0900
commit0ae389ad1e7daeaeb354cd4be76b13ece9153e00 (patch)
tree09510f3ba6dfcc24adef0459cdb8b2efbc0ccb20 /BUILD.md
parent2c6080a3069fae47eb9ba1d7e901c9983f27e60b (diff)
docs: add releases to BUILD
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
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).