Skip to content

Commit b343218

Browse files
author
Jimmy Byrd
committed
Bump version to 0.23.0-beta001
## [0.23.0-beta001] - 2020-02-07 ### Changed - Templates now use [KeepAChangelog](https://keepachangelog.com/) instead of [RELEASE_NOTES](https://fake.build/apidocs/v5/fake-core-releasenotes.html) from [@rmunn](https://github.com/rmunn) - (#175) - Main project now use [KeepAChangelog](https://keepachangelog.com/) instead of [RELEASE_NOTES](https://fake.build/apidocs/v5/fake-core-releasenotes.html) from [@TheAngryByrd](https://github.com/TheAngryByrd) - (#186)
1 parent 11f6fd8 commit b343218

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.23.0-beta001] - 2020-02-07
9+
10+
### Changed
11+
- Templates now use [KeepAChangelog](https://keepachangelog.com/) instead of [RELEASE_NOTES](https://fake.build/apidocs/v5/fake-core-releasenotes.html) from [@rmunn](https://github.com/rmunn) - (https://github.com/TheAngryByrd/MiniScaffold/pull/175)
12+
- Main project now use [KeepAChangelog](https://keepachangelog.com/) instead of [RELEASE_NOTES](https://fake.build/apidocs/v5/fake-core-releasenotes.html) from [@TheAngryByrd](https://github.com/TheAngryByrd) - (https://github.com/TheAngryByrd/MiniScaffold/pull/186)
13+
814
## [0.22.4] - 2020-01-22
915

1016
### Fixed
@@ -377,6 +383,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
377383
### Added
378384
- Initial release
379385

386+
[Unreleased]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.23.0-beta001...HEAD
387+
[0.23.0-beta001]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.22.4...0.23.0-beta001
380388
[0.22.4]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.22.3...0.22.4
381389
[0.22.3]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.22.2...0.22.3
382390
[0.22.2]: https://github.com/TheAngryByrd/MiniScaffold/compare/0.22.1...0.22.2

build.fsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ Target.create "ReleaseDocs" ``release docs``
443443
// Only call UpdateChangelog if Publish was in the call chain
444444
// Ensure UpdateChangelog is called after DotnetRestore and before GenerateAssemblyInfo
445445
"DotnetRestore" ?=> "UpdateChangelog"
446+
"UpdateChangelog" ==> "DotnetPack"
446447
"UpdateChangelog" ==> "PublishToNuGet"
447448

448449
"Clean"

0 commit comments

Comments
 (0)