Alex Styl
10/18/2024, 3:35 AMephemient
10/18/2024, 3:57 AMAlex Styl
10/18/2024, 4:07 AMephemient
10/18/2024, 4:08 AMgh
command, sureephemient
10/18/2024, 4:09 AMJavier
10/18/2024, 8:18 AMAlex Styl
10/18/2024, 10:08 AMPatches changelog filewhat do u mean by that?
Javier
10/18/2024, 10:14 AM[Unreleased]
changelog with the changes, for example
## [Unreleased]
### Added
### Changed
### Deprecated
### Fixed
- Sonar crash `File can't be indexed twice`
### Removed
### Updated
A Gradle task patches the changelog based on the version that is going to be published, which means everything inside [Unreleased]
is moved to a new block with the version and the date
## [Unreleased]
### Added
### Changed
### Deprecated
### Fixed
### Removed
### Updated
## [1.2.3] - 2024-10-18
### Fixed
- Sonar crash `File can't be indexed twice`