From f0fa7c21fb5e18dae0f162c5101f1745b0100492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 19 May 2025 19:22:53 +0200 Subject: [PATCH] v1.4.0 --- .changes/1.4.0.md | 3 +++ .gitea/workflows/build-image.yml | 3 +++ CHANGELOG.md | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 .changes/1.4.0.md diff --git a/.changes/1.4.0.md b/.changes/1.4.0.md new file mode 100644 index 0000000..bd4519e --- /dev/null +++ b/.changes/1.4.0.md @@ -0,0 +1,3 @@ +## 1.4.0 - 2025-05-19 +### Added +* Présentation haute-vienne diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 184f744..96d564d 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -42,6 +42,9 @@ jobs: - name: Build presentation formation-signature run: pandoc --from markdown+emoji -t revealjs --embed-resources --resource-path=.:presentation/src/ -s presentation/src/formation-signature.md -o presentation/src/formation-signature.html + - name: Build presentation formation-signature + run: pandoc --from markdown+emoji -t revealjs --embed-resources --resource-path=.:presentation/src/ -s presentation/src/haute-vienne.md -o presentation/src/haute-vienne.html + - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 diff --git a/CHANGELOG.md b/CHANGELOG.md index bff2d4c..4404c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 1.4.0 - 2025-05-19 +### Added +* Présentation haute-vienne + ## 1.3.0 - 2024-12-11 ### Added * amélirations à la formation formateurs