From 975d51596406fcf262928d3e4f7d1d02116c5819 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 19 Sep 2023 17:18:30 +0000 Subject: [PATCH 1/4] chore(release): 6.7.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7679770..27e7047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [6.7.0](https://github.com/GetStream/stream-net/compare/6.6.0...6.7.0) (2023-09-19) + ## [6.6.0-prerelease](https://github.com/GetStream/stream-net/compare/6.5.3...6.6.0-prerelease) (2023-07-31) ### [6.5.3](https://github.com/GetStream/stream-net/compare/6.5.2...6.5.3) (2023-05-16) From d1df49b960a5cd57a0ad5b56ae7003b3fb9c9627 Mon Sep 17 00:00:00 2001 From: Tiago Farto Date: Tue, 19 Sep 2023 18:30:21 +0100 Subject: [PATCH 2/4] ci: force workers to work From cbe6e9bb8ddc7f67e212154d9c3a9ab38ad6b559 Mon Sep 17 00:00:00 2001 From: Tiago Farto Date: Wed, 20 Sep 2023 17:26:35 +0100 Subject: [PATCH 3/4] ci: added skip duplicate releases parameter --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aab6f3e..6646e67 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - + - uses: actions/github-script@v6 with: script: | @@ -27,7 +27,7 @@ jobs: // Source branch looks like this: release-1.0.0 const version = context.payload.pull_request.head.ref.split('-')[1] core.exportVariable('VERSION', version) - + - name: Setup dotnet uses: actions/setup-dotnet@v2 with: @@ -37,7 +37,7 @@ jobs: run: dotnet pack --configuration Release ./src - name: Publish the package - run: dotnet nuget push "./src/bin/Release/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} + run: dotnet nuget push "./src/bin/Release/*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }} --skip-duplicate - name: Create release on GitHub uses: ncipollo/release-action@v1 From 1e5cb3ac5ad03941322fcba45503dc783e45067f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 20 Sep 2023 16:29:03 +0000 Subject: [PATCH 4/4] chore(release): 6.7.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27e7047..2c83b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [6.7.0](https://github.com/GetStream/stream-net/compare/6.6.0...6.7.0) (2023-09-20) + ## [6.7.0](https://github.com/GetStream/stream-net/compare/6.6.0...6.7.0) (2023-09-19) ## [6.6.0-prerelease](https://github.com/GetStream/stream-net/compare/6.5.3...6.6.0-prerelease) (2023-07-31)