Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tech/3913/release changelog bug #3925

Merged
merged 4 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

## [unreleased] (Added πŸš€ | Changed | Removed | Fixed 🐞 | Chore πŸ‘¨β€πŸ’» πŸ‘©β€πŸ’»)

## [1.131.0] - 2025-02-11 (Added πŸš€ | Changed | Removed πŸ—‘ | Fixed 🐞 | Chore πŸ‘¨β€πŸ’» πŸ‘©β€πŸ’»)
## [1.131.0] - 2025-02-11

### Changed

- Removed the top level from the output structure of the SonarImporter to match the other parsers and importers [3912](https://github.com/MaibornWolff/codecharta/pull/3912)

## [1.130.0] - 2024-12-17 (Added πŸš€ | Changed | Removed πŸ—‘ | Fixed 🐞 | Chore πŸ‘¨β€πŸ’» πŸ‘©β€πŸ’»)
## [1.130.0] - 2024-12-17

### Added πŸš€

Expand Down
2 changes: 1 addition & 1 deletion script/version-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class VersionManager {
unreleasedChangelogSection = this.extractChangelogSection(changelog, "unreleased")

const updatedChangelog = changelog.replace(
"## [unreleased]",
"## [unreleased] (Added πŸš€ | Changed | Removed | Fixed 🐞 | Chore πŸ‘¨β€πŸ’» πŸ‘©β€πŸ’»)",
`## [unreleased] (Added πŸš€ | Changed | Removed | Fixed 🐞 | Chore πŸ‘¨β€πŸ’» πŸ‘©β€πŸ’»)\n\n## [${newVersion}] - ${date}`
)
fs.writeFileSync(changelogPath, updatedChangelog)
Expand Down
12 changes: 8 additions & 4 deletions visualization/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

## [unreleased] (Added πŸš€ | Changed | Removed | Fixed 🐞 | Chore πŸ‘¨β€πŸ’» πŸ‘©β€πŸ’»)

## [1.133.0] - 2025-02-11 (Added πŸš€ | Changed | Removed πŸ—‘ | Fixed 🐞 | Chore πŸ‘¨β€πŸ’» πŸ‘©β€πŸ’»)
### Fixed 🐞

### Added
- Fixed changelog not displaying changes [#3925](https://github.com/MaibornWolff/codecharta/pull/3925)

## [1.133.0] - 2025-02-11

### Added πŸš€

- Updated the preview slider of the edge metric options to prioritize buildings with higher number of edges [#3918](https://github.com/MaibornWolff/codecharta/pull/3918)

## [1.132.0] - 2025-02-04 (Added πŸš€ | Changed | Removed πŸ—‘ | Fixed 🐞 | Chore πŸ‘¨β€πŸ’» πŸ‘©β€πŸ’»)
## [1.132.0] - 2025-02-04

### Added
### Added πŸš€

- Add a cross-hair when hovering over the color quantile diagram [#3827](https://github.com/MaibornWolff/codecharta/pull/3827)
- Maps are always shown and rendered in alphabetical order [#3905](https://github.com/MaibornWolff/codecharta/pull/3905)
Expand Down