File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,9 @@ git push --tags && git push
4646CHANGELOG=" $CHANGELOG
4747
4848Full Changelog: [$LAST_TAG ...$TAG ](https://github.com/ydb-platform/ydb-dotnet-sdk/compare/$LAST_TAG ...$TAG )"
49- if [ " $RELEASE_CANDIDATE " = true ]
50- then
51- gh release create -d $TAG -t " $TAG " --notes " $CHANGELOG "
52- else
53- VERSION=$MAJOR .$MINOR .$PATCH
54- cd src
55- dotnet pack -c Release -o out /p:Version=$VERSION
56- gh release create $TAG -t " $TAG " --notes " $CHANGELOG "
57- dotnet nuget push out/Ydb.Sdk.$VERSION .nupkg --skip-duplicate --api-key $NUGET_TOKEN --source https://api.nuget.org/v3/index.json
58- fi ;
49+
50+ VERSION=$TAG
51+ cd src
52+ dotnet pack -c Release -o out /p:Version=$VERSION
53+ gh release create $TAG -t " $TAG " --notes " $CHANGELOG "
54+ dotnet nuget push out/Ydb.Sdk.$VERSION .nupkg --skip-duplicate --api-key $NUGET_TOKEN --source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change 1+ - Topic Writer release candidate
2+ - Fixed: grpc requests go via proxy on Grpc.NET.Client >= 2.44
3+
14## v0.8.0
25- Fixed bug on commit with fail, no set failed flag for rollback invocation
36- Supported UUID (Guid)
You can’t perform that action at this time.
0 commit comments