From cb93a25c668ab08f8a30d8fe3822493759ccf113 Mon Sep 17 00:00:00 2001 From: jnsbck-uni Date: Wed, 18 Dec 2024 12:53:20 +0100 Subject: [PATCH] fix: more informative printout --- .github/workflows/tests.yml | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d875dc2a..9a228cd5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,7 +83,7 @@ jobs: if echo "$changed_files" | grep -q 'CHANGELOG.md'; then echo "CHANGELOG.md was updated" else - echo "CHANGELOG.md was not updated" + echo "CHANGELOG.md was not updated. Please add your changes if significant. Otherwise, this check can be safely ignored." exit 1 fi diff --git a/CHANGELOG.md b/CHANGELOG.md index efa33cfc..4756040b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ net.vis() - Allow parameter sharing for groups of different sizes, i.e. due to inhomogenous numbers of compartments or for synapses with the same (pre-)synaptic parameters but different numbers of post-synaptic partners. (#514, @jnsbck) +- changelog added to CI + # 0.5.0 ### API changes