Skip to content

Commit 9fbc060

Browse files
committed
ci: updates configuration for support branch
Signed-off-by: Vincent Biret <[email protected]>
1 parent 2906e77 commit 9fbc060

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-preview7"
2+
".": "1.7.4"
33
}

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageProjectUrl>https://github.com/Microsoft/OpenAPI.NET.OData</PackageProjectUrl>
1414
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
1515
<PackageTags>Microsoft OpenApi OData EDM</PackageTags>
16-
<Version>2.0.0-preview7</Version>
16+
<Version>1.7.4</Version>
1717
</PropertyGroup>
1818
<!-- https://github.com/clairernovotny/DeterministicBuilds#deterministic-builds -->
1919
<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": "4f9bad6ea7d25e8596c0ca214975e690d925e6e7",
2+
"bootstrap-sha": "f69fea0e056e6de5a76b128e31ab580ec13356fa",
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.OData",

0 commit comments

Comments
 (0)