| name | changelog |
| description | What and how to add something to the changelog |
CHANGELOG
STARTER_CHARACTER = 🔒
There are two changelogs:
- @analysis/CHANGELOG.md
- @visualization/CHANGELOG.md
At the top of the file are always the unreleased changes after the last release.
Chore changes should only be added to the analysis changelog. Do not duplicate them.
Format
The format is based on Keep a Changelog
Guiding Principles
- The same types of changes should be grouped.
Types of changes
- 🚀 Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- 🐞 Fixed for any bug fixes.
- 👨💻 👩💻 Chore is for dependency or environment updates that are not security-related.
- Security in case of vulnerabilities.