From 5a2e08df9b8d821262c2fa8efd669e3443bbeffc Mon Sep 17 00:00:00 2001 From: Azmog <80716388+AzmogEx@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:28:21 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/CHANGELOG.md | 5 +++++ site/cz.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 site/CHANGELOG.md diff --git a/site/CHANGELOG.md b/site/CHANGELOG.md new file mode 100644 index 0000000..8a7fe6e --- /dev/null +++ b/site/CHANGELOG.md @@ -0,0 +1,5 @@ +## v0.2.0 (2026-06-16) + +### Feat + +- mise en place du workflow GitFlow et du versioning par tags (commitizen) diff --git a/site/cz.toml b/site/cz.toml index b7eaede..b9a9030 100644 --- a/site/cz.toml +++ b/site/cz.toml @@ -4,7 +4,7 @@ # en fonction des commits conventionnels, puis crée le tag git correspondant. [tool.commitizen] name = "cz_conventional_commits" # Type de commits : Conventional Commits (feat:, fix:, ...) -version = "0.1.0" # <== NUMÉRO DE VERSION du projet +version = "0.2.0" # <== NUMÉRO DE VERSION du projet version_scheme = "semver" # Versionnage sémantique MAJEUR.MINEUR.CORRECTIF tag_format = "v$version" # Format des tags de release : v0.1.0, v0.2.0, ... major_version_zero = true # Tant que la version commence par 0.x, pas de passage en 1.0 automatique