chore(tools): centralize all versions related utils in a single script

- update version to be semver compliant with the new tools
- update make targets and CI workflow to use the new version tool
- update release issue template
This commit is contained in:
Arthur Meyre
2021-10-04 14:41:37 +02:00
parent e451afc283
commit b363db6700
10 changed files with 284 additions and 135 deletions

View File

@@ -22,7 +22,7 @@ copyright = "2021, Zama"
author = "Zama"
# The full version, including alpha/beta/rc tags
release = "0.1"
release = "0.2.0-rc1"
# -- General configuration ---------------------------------------------------