diff options
author | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-01-01 23:09:56 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-01-01 23:09:56 +0900 |
commit | 0ae389ad1e7daeaeb354cd4be76b13ece9153e00 (patch) | |
tree | 09510f3ba6dfcc24adef0459cdb8b2efbc0ccb20 /BUILD.md | |
parent | 2c6080a3069fae47eb9ba1d7e901c9983f27e60b (diff) |
docs: add releases to BUILD
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |