From 4147cf8ecc4461c6dbf5be1fd2727f7b2cfec3ec Mon Sep 17 00:00:00 2001 From: MBorne Date: Wed, 15 Nov 2023 11:45:17 +0100 Subject: [PATCH] chore(release): prepare next version v0.4.0 --- CONTRIBUTING.md | 1 + docs/specs/validator-api.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a8bd1a5..5e01c83 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,6 +34,7 @@ Exemple : ## Livraison d'une nouvelle version +* Consulter le [numéro de la dernière version](https://github.com/IGNF/validator-api/tags). * Renseigner la future version dans [docs/specs/validator-api.yml](docs/specs/validator-api.yml) (ex : `info.version: 0.3.0`) * Créer et pousser un tag (ex : `v0.3.0`) * Créer une release à partir du tag (voir https://github.com/IGNF/validator-api/tags) diff --git a/docs/specs/validator-api.yml b/docs/specs/validator-api.yml index 182ad35..a3b0ea5 100644 --- a/docs/specs/validator-api.yml +++ b/docs/specs/validator-api.yml @@ -6,7 +6,7 @@ info: contact: name: IGNF/validator url: "https://github.com/IGNF/validator/issues" - version: "0.3.1" + version: "0.4.0" title: "API Validator" license: name: "AGPL-3.0-or-later"