Skip to content

Commit 20a51ea

Browse files
committed
Update changelog
1 parent 7ecbdbd commit 20a51ea

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
11
# Changelog
22

3-
## Unreleased
3+
## [Unreleased]
4+
5+
### Added
6+
7+
* Warnings when the `<ChangelogFile>` property is not set, or when the specified file cannot be found
8+
* Automatic pre-release version bumping when an `Unreleased` section is found, which increments the patch version of the latest release and adds the "-alpha" suffix
9+
* Added a property `<GenerateVersionForUnreleasedChanges>` which can be set to `false` to prevent automatic version bumping
10+
* Added an output property `UnreleasedReleaseNotes` containing the contents of the `Unreleased` section
11+
12+
### Changed
13+
14+
* No longer automatically use a `CHANGELOG.md` file, the path to the changelog must not be specified with the `<ChangelogFile>` property
15+
* Swapped to using the `KeepAChangelogParser` package for parsing
416

517
### Fixed
618

719
* Fix bundled dependencies into the package for net6.0
20+
* Support for use in Visual Studio
21+
22+
### Removed
23+
24+
* Removed the Ionide.KeepAChangelog parser package
825

926
## [0.2.0] - 2023.12.05
1027

0 commit comments

Comments
 (0)