From db4f045adf21050024273947b0dc1f7cfadbff76 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 26 Sep 2024 10:33:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20=E2=80=94=20Remove=20Unreleased?= =?UTF-8?q?=20section=20from=20CHANGELOG=20when=20publishing=20documentati?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 3 +-- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c6aca3..30c8c7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,8 +76,7 @@ pages: <<: *pull_cache stage: deploy script: - - pwd - - ls + - sed -e "/Unreleased/,+1d" -i CHANGELOG.md - make docs - echo "https://framasoft.frama.io/framaspace/argos/* https://argos-monitoring.framasoft.org/:splat 301" > public/_redirects artifacts: diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e9d3f..91427d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - 📝💄 — Add opengraph tags to documentation site (#62) - 🔨 — Add a small web server to browse documentation when developing - ✨ — Add new check type: http-to-https (#61) +- 👷 — Remove Unreleased section from CHANGELOG when publishing documentation ## 0.4.1