Skip to content

Commit

Permalink
[skip ci] [version-bump] Automated commit for version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Apr 17, 2023
1 parent 69ea6d9 commit 6b8c19f
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 22 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0] - 2023-04-17
### Added
- [CoreApp] Words BREAKING CHANGE in change description now bump major version
- [CoreApp] Release workflow
- [CoreApp] BreakingKeyword field to changelog configuration JSON
- [DevOpsExtension] Multiple task outputs
- [DevOpsExtension] MergeChangelog@3 that calls the new CoreApp

### Changed
- [CoreApp] Deprecated changes now bump minor instead of major version
- [CoreApp] Outputting new changelog section instead of a semantic version
- [DevOpsExtension] MergeChangelog@3 'setVersionFlag' input is now called 'shouldBumpVersion'

## [2.2.0] - 2022-05-25
### Added
Expand Down
40 changes: 18 additions & 22 deletions Enterwell.CI.Changelog/Enterwell.CI.Changelog.csproj
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>clm</AssemblyName>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<nullable>enable</nullable>
<Version>2.2.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.1" />
<PackageReference Include="McMaster.Extensions.Hosting.CommandLine" Version="4.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Enterwell.CI.Changelog.Shared\Enterwell.CI.Changelog.Shared.csproj" />
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<AssemblyName>clm</AssemblyName>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<nullable>enable</nullable>
<Version>3.0.0</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.0.1" />
<PackageReference Include="McMaster.Extensions.Hosting.CommandLine" Version="4.0.1" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Enterwell.CI.Changelog.Shared\Enterwell.CI.Changelog.Shared.csproj" />
</ItemGroup>
</Project>
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.

0 comments on commit 6b8c19f

Please sign in to comment.