Skip to content

Commit

Permalink
add dependabot check to release (#2404)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Mar 2, 2023
1 parent 0f0e98a commit 57bd9a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/new-release-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ assignees: amdeel, davidmrdavid, bachuv, nytiannn
**Prep DTFx Release: (assigned to:)**
_Due: <2-3-business-days-before-release>_
- [ ] Check DTFx package versions (either DT-AzureStorage only or if there were Core changes DT-AzureStorage, DT-Core, DT-Emulator, and DT-Redis)
- [ ] Review the [DTFx Dependabot vulnerability alerts](https://github.com/Azure/durabletask/security/dependabot) and address them. Note: code samples / test projects _may_ be excluded from this check.
- [ ] Delete DTFx test packages from staging myget.
- [ ] Run the [DTFx release pipeline](https://durabletaskframework.visualstudio.com/Durable%20Task%20Framework%20CI/_build?definitionId=21) ([defined here](https://github.com/Azure/durabletask/blob/main/azure-pipelines-release.yml)) to obtain new packages.
- [ ] Publish DTFx packages to staging myget (https://www.myget.org/feed/Packages/azure-appservice) for testing.
Expand All @@ -18,6 +19,7 @@ _Due: <2-3-business-days-before-release>_
_Due: <2-business-days-before-release>_
- [ ] Update Durable Functions references (Analyzer? DTFx?) and check current version.
- [ ] Locally, run `dotnet list package --vulnerable` to ensure the release is not affected by any vulnerable dependencies.
- [ ] Review the [Dependabot vulnerability alerts](https://github.com/Azure/azure-functions-durable-extension/security/dependabot) and address them. Note: code samples / test projects _may_ be excluded from this check.
- [ ] Add Durable Functions package to myget staging feed.
- [ ] Check for package size, make sure it's not surprisingly heavier than a previous release.
- [ ] Merge dev into main. Person performing validation must approve PR. Important: Merge NOT Squash merge.
Expand Down

0 comments on commit 57bd9a3

Please sign in to comment.