Skip to content

Commit

Permalink
use new minor version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Mar 13, 2024
1 parent 9f73b3a commit fe3126c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/DotNet.ReproducibleBuilds.Isolated/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.2.0]

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/DotNet.ReproducibleBuilds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [Unreleased]
## [1.2.0]

### Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
<PropertyGroup>
<CloudBuildNumber>$(BuildVersion)</CloudBuildNumber>
<Version>$(BuildVersion)</Version>
<PackageVersion>$(BuildVersion)</PackageVersion>
<NuGetPackageVersion>$(BuildVersionSimple)</NuGetPackageVersion>
<PackageVersion>$(BuildVersionSimple)</PackageVersion>
<AssemblyVersion>$(BuildVersionSimple)</AssemblyVersion>
</PropertyGroup>
</Target>
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "1.1",
"version": "1.2",
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with rel/vN.N
],
"nugetPackageVersion":{
"nugetPackageVersion": {
"semVer": 2
}
}
}

0 comments on commit fe3126c

Please sign in to comment.