NOTE: Starting with
dotnet-releaser
0.2.0+
the changelog is no longer maintained manually but is generated automatically from pull-requests and commits and is then uploaded todotnet-releaser
GitHub releases.See changelog configuration for more details
- Add support for specifying a custom homebrew repository (#15)
- Add support for creating users for service
- Add support for specifying package dependencies for deb and rpm (#14)
- Do not NuGet pack an app that is not IsPackable = true (#12)
- Use MSBuild built-in binary logger instead of StructuredLogger
- Update to latest StructuredLogger
- Update to latest StructuredLogger
- Add support for application published as a service (only systemd for now).
- Fix homebrew class name with capitalizing
- Fix homebrew when app name has invalid characters for a class name in ruby
- Fix homebrew to copy all files from archive
- Don't log an error if changelog.path is empty
- Log output from NuGet push
- Update StructuredLogger and CliWrap dependencies
- Use ArgumentBuilder with CliWrap
- Exit early on changelog error
- Initial version