Skip to content

Commit 4af4e5e

Browse files
authored
Update release template (#2566)
1 parent dd47436 commit 4af4e5e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/new-release-template.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -3,49 +3,49 @@ name: New release template
33
about: Template for creating new releases of Durable Functions
44
title: ''
55
labels: ''
6-
assignees: amdeel, davidmrdavid, bachuv, nytiannn
6+
assignees: davidmrdavid, bachuv, nytiannn
77

88
---
99

1010
**Prep DTFx Release: (assigned to:)**
1111
_Due: <2-3-business-days-before-release>_
12-
- [ ] Check DTFx package versions (either DT-AzureStorage only or if there were Core changes DT-AzureStorage, DT-Core, DT-Emulator, and DT-Redis)
12+
- [ ] Check DTFx package versions (either DT-AzureStorage only or if there were Core changes DT-AzureStorage, DT-Core, and DT-ApplicationInsights)
1313
- [ ] 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.
14-
- [ ] Delete DTFx test packages from staging myget.
14+
- [ ] Delete DTFx test packages from the [ADO feed](https://dev.azure.com/durabletaskframework/Durable%20Task%20Framework%20CI/_artifacts/feed/durabletask).
1515
- [ ] 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.
16-
- [ ] Publish DTFx packages to staging myget (https://www.myget.org/feed/Packages/azure-appservice) for testing.
16+
- [ ] Publish DTFx packages to the [ADO feed](https://dev.azure.com/durabletaskframework/Durable%20Task%20Framework%20CI/_artifacts/feed/durabletask) for testing.
1717

1818
**Prep Release (assigned to: )**
1919
_Due: <2-business-days-before-release>_
2020
- [ ] Update Durable Functions references (Analyzer? DTFx?) and check current version.
2121
- [ ] Locally, run `dotnet list package --vulnerable` to ensure the release is not affected by any vulnerable dependencies.
2222
- [ ] 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.
23-
- [ ] Add Durable Functions package to myget staging feed.
23+
- [ ] Add the Durable Functions package to the [ADO test feed](https://dev.azure.com/durabletaskframework/Durable%20Task%20Framework%20CI/_artifacts/feed/durabletask-test).
2424
- [ ] Check for package size, make sure it's not surprisingly heavier than a previous release.
25-
- [ ] Merge dev into main. Person performing validation must approve PR. Important: Merge NOT Squash merge.
25+
- [ ] Merge (**choose create a merge commit, NOT squash merge**) dev into main. Person performing validation must approve PR.
2626

2727
**Validation**
2828
_Due: <1-business-days-before-release>_
2929
- [ ] Run private performance tests and ensure no regressions. **(assigned to: )**
3030
- [ ] Smoke test Functions V1, Functions V2, and Functions V3 .NET apps. **(assigned to: )**
31-
- [ ] Smoke test JavaScript and Python apps. **(assigned to: )**
3231

3332
**DTFx Release Completion (assigned to: )**
3433
_Due: <release-deadline>_
35-
- [ ] Publish DTFx packages to nuget (directly to nuget.org).
34+
- [ ] Upload DTFx packages to NuGet (directly to nuget.org).
3635
- [ ] Delete `Microsoft.DurableTask.Sidecar.Protobuf` from MyGet, and publish it to NuGet _iff_ it was updated as an Extension dependency.
3736
- [ ] Publish release notes for DTFx.
38-
- [ ] Patch increment DTFx packages that were released (either DT-AzureStorage only or if there were Core changes DT-AzureStorage, DT-Core, DT-Emulator, and DT-Redis)
37+
- [ ] Patch increment DTFx packages that were released (either DT-AzureStorage only or if there were Core changes DT-AzureStorage, DT-Core, and DT-ApplicationInsights)
3938

4039
**Release Completion (assigned to: )**
4140
_Due: <release-deadline>_
42-
- [ ] Delete Durable Functions packages from myget.
43-
- [ ] Run Durable Functions release pipeline.
44-
- [ ] Push myget package to nuget (nuget.org extensions package option).
41+
- [ ] Delete Durable Functions packages from the [ADO test feed](https://dev.azure.com/durabletaskframework/Durable%20Task%20Framework%20CI/_artifacts/feed/durabletask-test).
42+
- [ ] Run the [Durable Functions release pipeline](https://dev.azure.com/durabletaskframework/Durable%20Task%20Framework%20CI/_build?definitionId=23) and select `main` as the branch.
43+
- [ ] Add the Durable Functions package to the [ADO feed](https://dev.azure.com/durabletaskframework/Durable%20Task%20Framework%20CI/_artifacts/feed/durabletask) using [this pipeline](https://dev.azure.com/durabletaskframework/Durable%20Task%20Framework%20CI/_release?_a=releases&view=mine&definitionId=11).
44+
- [ ] Upload the Durable Functions package to NuGet (directly to nuget.org).
4545
- [ ] Create a PR in the [Azure Functions templates repo](https://github.com/Azure/azure-functions-templates) targeting branch `dev` to update all references of "Microsoft.Azure.WebJobs.Extensions.DurableTask" (search for this string in the code) to the latest version.
4646
- [ ] _if and only if this is a new major release_, Create a PR in the [Azure Functions bundles repo](https://github.com/Azure/azure-functions-extension-bundles) to update bundles to the latest version .
4747
- [ ] Merge all pending PR docs from `pending_docs.md.`
4848
- [ ] Reset `pending_docs.md` and `release_notes.md` in the `dev` branch. You will want to save `release_notes.md` somewhere for when you publish release notes.
4949
- [ ] Publish release notes from the pre-reset `release_notes.md.`
50-
- [ ] Post announcement on [App Service Announcements GitHub repo](https://github.com/Azure/app-service-announcements) and Twitter (Chris).
50+
- [ ] Post announcement on Twitter (Chris).
5151
- [ ] Increment Durable Functions patch version.

0 commit comments

Comments
 (0)