Files
concrete/docs/dev/howto/releasing.md
Arthur Meyre 9b940c8a82 docs: update releasing.md
- the file itself does not need to be modified
- I'll update the release issue template if it needs to be modified

#closes 1080
2021-12-16 17:54:29 +01:00

10 lines
818 B
Markdown

# Creating A Release On GitHub
## Release Candidate cycle
Before settling for a final release, we go through a Release Candidate (RC) cycle. The idea is that once the code base and documentations look ready for a release you create an RC Release by opening an issue with the release template [here](https://github.com/zama-ai/concretefhe-internal/issues/new?assignees=&labels=&template=release.md), starting with version `vX.Y.Zrc1` and then with versions `vX.Y.Zrc2`, `vX.Y.Zrc3`...
## Proper release
Once the last RC is deemed ready, open an issue with the release template using the last RC version from which you remove the `rc?` part (i.e. `v12.67.19` if your last RC version was `v12.67.19-rc4`) on [github](https://github.com/zama-ai/concretefhe-internal/issues/new?assignees=&labels=&template=release.md).