Skip to content

Commit

Permalink
fix: more informative printout
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Dec 18, 2024
1 parent 5a823df commit cb93a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb93a25

Please sign in to comment.