Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note to release instructions for checking if durabletask-dotnet needs a release #2673

Open
wants to merge 3 commits into
base: v2.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/new-release-template.md
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should add a section for releasing the worker extension at the end. What are your thoughts? The main steps would be to update package versions and then run the Release .NET Isolated worker extension pipeline.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like a good idea. I added this in my latest commit. Let me know if this looks good

Original file line number Diff line number Diff line change
Expand Up @@ -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`.
davidmrdavid marked this conversation as resolved.
Show resolved Hide resolved


**Prep Release (assigned to: )**
_Due: <2-business-days-before-release>_
- [ ] Update Durable Functions references (Analyzer? DTFx?) and check current version.
Expand Down