forked from TrueCloudLab/frostfs-node
Specify neofs-contract version at release.
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
1cf629f811
commit
8d7881d9ad
2 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,9 @@ developers to easily integrate applications without rewriting their code.
|
||||||
For now we only support GNU/Linux on amd64 CPUs with AVX/AVX2 instructions. More
|
For now we only support GNU/Linux on amd64 CPUs with AVX/AVX2 instructions. More
|
||||||
platforms will be officially supported after '1.0' release.
|
platforms will be officially supported after '1.0' release.
|
||||||
|
|
||||||
|
Latest version of neofs-node works with neofs-contract
|
||||||
|
[v0.9.0](https://github.com/nspcc-dev/neofs-contract/releases/tag/v0.9.0).
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
Feel free to contribute to this project after reading the [contributing
|
Feel free to contribute to this project after reading the [contributing
|
||||||
|
|
|
@ -17,6 +17,9 @@ describing the most significant changes done in this release. Add
|
||||||
and changes. Describe each change in detail with a reference to github issues if
|
and changes. Describe each change in detail with a reference to github issues if
|
||||||
possible.
|
possible.
|
||||||
|
|
||||||
|
Update supported version of neofs-contract in `README.md` if there were
|
||||||
|
changes between releases.
|
||||||
|
|
||||||
## Tag the release
|
## Tag the release
|
||||||
|
|
||||||
Use `vX.Y.Z` tag for releases and `vX.Y.Z-rc.N` for release candidates
|
Use `vX.Y.Z` tag for releases and `vX.Y.Z-rc.N` for release candidates
|
||||||
|
|
Loading…
Reference in a new issue