Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Project-MONAI/monai-deploy-messa…
Browse files Browse the repository at this point in the history
…ging into develop

Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Aug 12, 2023
2 parents f0b6067 + 82cbb73 commit 051c93e
Show file tree
Hide file tree
Showing 28 changed files with 5,310 additions and 6,623 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
tools: licensefinder

- name: Enable NuGet cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.3.1
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
dotnet-version: "6.0.x"

- name: Enable NuGet cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.3.1
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
dotnet-version: "6.0.x"

- name: Enable NuGet cache
uses: actions/cache@v3.2.3
uses: actions/cache@v3.3.1
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Expand All @@ -214,7 +214,7 @@ jobs:

- name: Determine Version
id: gitversion
uses: gittools/actions/gitversion/execute@v0.9.15
uses: gittools/actions/gitversion/execute@v0.10.2
with:
useConfigFile: true
updateAssemblyInfo: true
Expand Down Expand Up @@ -336,12 +336,12 @@ jobs:
msg: ${{ github.repository }}

- name: Install GitReleaseManager
uses: gittools/actions/gitreleasemanager/setup@v0.9.15
uses: gittools/actions/gitreleasemanager/setup@v0.10.2
with:
versionSpec: "0.13.x"

- name: Create release with GitReleaseManager
uses: gittools/actions/gitreleasemanager/create@v0.9.15
uses: gittools/actions/gitreleasemanager/create@v0.10.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: ${{ steps.repo.outputs._0 }}
Expand All @@ -353,7 +353,7 @@ jobs:
- name: Publish release with GitReleaseManager
if: ${{ contains(github.ref, 'refs/heads/main') }}
uses: gittools/actions/gitreleasemanager/publish@v0.9.15
uses: gittools/actions/gitreleasemanager/publish@v0.10.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: ${{ steps.repo.outputs._0 }}
Expand All @@ -362,7 +362,7 @@ jobs:

- name: Close release with GitReleaseManager
if: ${{ contains(github.ref, 'refs/heads/main') }}
uses: gittools/actions/gitreleasemanager/close@v0.9.15
uses: gittools/actions/gitreleasemanager/close@v0.10.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
owner: ${{ steps.repo.outputs._0 }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/package-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
name: Monai.Deploy.Messaging
with:
package-name: 'Monai.Deploy.Messaging'
package-type: nuget
min-versions-to-keep: 10
delete-only-pre-release-versions: "true"

- uses: actions/delete-package-versions@v4
name: Monai.Deploy.Messaging.RabbitMQ
with:
package-name: 'Monai.Deploy.Messaging.RabbitMQ'
package-type: nuget
min-versions-to-keep: 10
delete-only-pre-release-versions: "true"

2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ branches:
ignore:
sha: []
merge-message-formats: {}
next-version: 0.1.16
next-version: 0.1.19
Loading

0 comments on commit 051c93e

Please sign in to comment.