Skip to content

Commit 3aeedac

Browse files
committed
ci: configures release please for v1 branch
Signed-off-by: Vincent Biret <[email protected]>
1 parent ebf3605 commit 3aeedac

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET</PackageProjectUrl>
1313
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1414
<PackageTags>OpenAPI .NET</PackageTags>
15-
<Version>2.0.0-preview5</Version>
15+
<Version>1.6.23</Version>
1616
</PropertyGroup>
1717
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1818
<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">

release-please-config.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"bootstrap-sha": "8943e2ad40babb0204dedb11ad6f9273adf9cd53",
2+
"bootstrap-sha": "dfa9c8a12ea2279905ee3e67e21212fa3b8bb95c",
33
"exclude-paths": [
44
".azure-pipelines",
55
".github",
@@ -13,9 +13,6 @@
1313
"include-component-in-tag": false,
1414
"include-v-in-tag": true,
1515
"draft": false,
16-
"prerelease": true,
17-
"versioning": "prerelease",
18-
"prerelease-type": "preview",
1916
"packages": {
2017
".": {
2118
"package-name": "Microsoft.OpenApi",

0 commit comments

Comments
 (0)