From a9b4fc1dc51678d4e01557ec049722cebea86f9e Mon Sep 17 00:00:00 2001 From: David Justo Date: Tue, 14 Nov 2023 09:33:03 -0800 Subject: [PATCH 1/3] add note to check for `durabletask-dotnet` during release --- .github/ISSUE_TEMPLATE/new-release-template.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/new-release-template.md b/.github/ISSUE_TEMPLATE/new-release-template.md index 1a52e32a1..63726ca83 100644 --- a/.github/ISSUE_TEMPLATE/new-release-template.md +++ b/.github/ISSUE_TEMPLATE/new-release-template.md @@ -16,6 +16,11 @@ _Due: <2-3-business-days-before-release>_ - [ ] Publish DTFx packages to the [ADO feed](https://dev.azure.com/durabletaskframework/Durable%20Task%20Framework%20CI/_artifacts/feed/durabletask) for testing. - [ ] Keep branch `azure-storage-v12` updated with branch `main`. +** Prep `durabletask-dotnet` Release: (assigned to: )** +_Due: <2-3-business-days-before-release>_ +- [] Check for changes to [durabletask-dotnet](https://github.com/microsoft/durabletask-dotnet) since the last extension release. If the upcoming extension releases has a dependency on them, release the dependencies first. In particular, check for updates to `Microsoft.DurableTask.Grpc`. + + **Prep Release (assigned to: )** _Due: <2-business-days-before-release>_ - [ ] Update Durable Functions references (Analyzer? DTFx?) and check current version. From dfd07f9ae86ad4a23810beafc8bdc27e8aed7fc3 Mon Sep 17 00:00:00 2001 From: David Justo Date: Wed, 15 Nov 2023 07:25:03 -0800 Subject: [PATCH 2/3] Update .github/ISSUE_TEMPLATE/new-release-template.md Co-authored-by: Varshitha Bachu --- .github/ISSUE_TEMPLATE/new-release-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-release-template.md b/.github/ISSUE_TEMPLATE/new-release-template.md index 63726ca83..fc738a4eb 100644 --- a/.github/ISSUE_TEMPLATE/new-release-template.md +++ b/.github/ISSUE_TEMPLATE/new-release-template.md @@ -18,7 +18,7 @@ _Due: <2-3-business-days-before-release>_ ** Prep `durabletask-dotnet` Release: (assigned to: )** _Due: <2-3-business-days-before-release>_ -- [] Check for changes to [durabletask-dotnet](https://github.com/microsoft/durabletask-dotnet) since the last extension release. If the upcoming extension releases has a dependency on them, release the dependencies first. In particular, check for updates to `Microsoft.DurableTask.Grpc`. +- [] Check for changes in [durabletask-dotnet](https://github.com/microsoft/durabletask-dotnet) since the last extension release. If the upcoming extension releases has a dependency on them, release the dependencies first. In particular, check for updates to `Microsoft.DurableTask.Grpc`. **Prep Release (assigned to: )** From 8ba08ddd49e8a8f21d917b29997c515e5a9910a7 Mon Sep 17 00:00:00 2001 From: David Justo Date: Wed, 15 Nov 2023 07:33:18 -0800 Subject: [PATCH 3/3] reply to feedback --- .github/ISSUE_TEMPLATE/new-release-template.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/new-release-template.md b/.github/ISSUE_TEMPLATE/new-release-template.md index fc738a4eb..ea236bd5e 100644 --- a/.github/ISSUE_TEMPLATE/new-release-template.md +++ b/.github/ISSUE_TEMPLATE/new-release-template.md @@ -19,7 +19,7 @@ _Due: <2-3-business-days-before-release>_ ** Prep `durabletask-dotnet` Release: (assigned to: )** _Due: <2-3-business-days-before-release>_ - [] Check for changes in [durabletask-dotnet](https://github.com/microsoft/durabletask-dotnet) since the last extension release. If the upcoming extension releases has a dependency on them, release the dependencies first. In particular, check for updates to `Microsoft.DurableTask.Grpc`. - +- [] If `durabletask-dotnet` needs to be released, follow [these](https://github.com/microsoft/durabletask-dotnet/blob/main/doc/release_process.md) instructions **Prep Release (assigned to: )** _Due: <2-business-days-before-release>_ @@ -56,3 +56,9 @@ _Due: _ - [ ] Publish release notes from the pre-reset `release_notes.md.` - [ ] Post announcement on Twitter (Chris). - [ ] Increment Durable Functions patch version. + +**(When necessary) .NET isolated worker release (assigned to: )** +_ If there's new features for C# isolated, the .NET isolated worker *extension* needs to be released._ +- [ ] Update the reference to the DF Extension on [here](https://github.com/Azure/azure-functions-durable-extension/blob/dev/src/Worker.Extensions.DurableTask/AssemblyInfo.cs) +- [ ] Rev the worker extension package version [here](https://github.com/Azure/azure-functions-durable-extension/blob/dev/src/Worker.Extensions.DurableTask/Worker.Extensions.DurableTask.csproj) +- [ ] Run the [Release .NET Isolated Worker Extension](https://durabletaskframework.visualstudio.com/Durable%20Task%20Framework%20CI/_build?definitionId=30) pipeline \ No newline at end of file