From 1a5a8fb329af30c78820c88d92544ef7bcf504a2 Mon Sep 17 00:00:00 2001 From: Eoin Whelan Date: Tue, 10 Feb 2026 11:16:26 +0000 Subject: [PATCH] Fix Change Log --- .github/workflows/changelog-check.yml | 4 ++-- CHANGELOG.md | 17 ----------------- docs/CHANGELOG.md | 11 +++++++++++ 3 files changed, 13 insertions(+), 19 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/.github/workflows/changelog-check.yml b/.github/workflows/changelog-check.yml index 2ddbe81..33b181f 100644 --- a/.github/workflows/changelog-check.yml +++ b/.github/workflows/changelog-check.yml @@ -16,10 +16,10 @@ jobs: with: filters: | changelog: - - 'CHANGELOG.md' + - 'docs/CHANGELOG.md' code: - '**' - - '!CHANGELOG.md' + - '!docs/CHANGELOG.md' - '!.github/**' - '!docs/**' diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index b7456bf..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,17 +0,0 @@ -All notable changes to this project will be documented in this file. -The format is based on [https://keepachangelog.com/en/1.1.0/](Keep a Changelog), and this project adheres to [https://semver.org/spec/v2.0.0.html](Semantic Versioning). - -Obsmon is a tool for observation monitoring in the Harmonie-Arome NWP System. It is composed of two parts: The backend and the frontend. The backend is part of the scripting system and produces databases with the relevant information as part of the post-processing. The frontend allows the analysis and visualization of this data. This software, and all files contained here, correspond only to the frontend part of the full Obsmon package. In this document, however, "obsmon" will always refer to the frontend part, unless otherwise specified. - - -## [Unreleased] - -### Changed - - * Add Change Log and check on PRs [!38](https://github.com/Hirlam/obsmon/pull/38) - * Update R packages installed by Obsmon [!37](https://github.com/Hirlam/obsmon/pull/37) - * Remove deprecated use of `multiprocess` [!33](https://github.com/Hirlam/obsmon/pull/33) - * Updates to the documentation [!32](https://github.com/Hirlam/obsmon/pull/32) - * Add documentation in markdown using Julia [!31](https://github.com/Hirlam/obsmon/pull/31) - -## [4.4.0] diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f4ef67a..0cffab9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org). +## [Unreleased] + +### Changed + +- Add Change Log and check on PRs [!38](https://github.com/Hirlam/obsmon/pull/38) +- Update R packages installed by Obsmon [!37](https://github.com/Hirlam/obsmon/pull/37) +- Remove deprecated use of `multiprocess` [!33](https://github.com/Hirlam/obsmon/pull/33) +- Updates to the documentation [!32](https://github.com/Hirlam/obsmon/pull/32) +- Add documentation in markdown using Julia [!31](https://github.com/Hirlam/obsmon/pull/31) + + ## [4.4.0] 2022-08-03 ### Added - Allow passing `-repos=cran` the `install` script wherever applicable