You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,27 @@
1
1
# Changelog
2
2
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
4
16
5
17
### Fixed
6
18
7
19
* 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
0 commit comments