Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…r-sdk into x509lib
  • Loading branch information
ian-buse committed May 14, 2024
2 parents 5175ed7 + e0ec28d commit f3f8c2e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
- release
- "maintenance/**"

jobs:
semantic-release:
Expand All @@ -21,11 +19,27 @@ jobs:
dotnet-version: 8.x

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
semantic_version: 19
semantic_version: 21
extra_plugins: |
semantic-release-net
branches: |
[
"main",
{
"name": "maintenance/7.x",
"range": "7.x"
},
{
"name": "maintenance/8.x",
"range": "8.x"
},
{
"name": "maintenance/9.x",
"range": "9.x"
}
]
env:
DEBUG: semantic-release:*
NUGET_API_KEY: ${{ secrets.NUGET_KEY }}
Expand Down
19 changes: 0 additions & 19 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
{
"debug": true,
"branches": [
{
"name": "maintenance/7.x",
"range": "7.x"
},
{
"name": "maintenance/8.x",
"range": "8.x"
},
{
"name": "maintenance/9.x",
"range": "9.x"
},
{
"name": "main",
"prerelease": "pre"
},
"release"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit f3f8c2e

Please sign in to comment.