From 7a5f4d1a85542cedc0bf3b6d213fd176da1a06b0 Mon Sep 17 00:00:00 2001 From: David Justo Date: Fri, 22 Apr 2022 15:52:05 -0700 Subject: [PATCH] remove release_notes from process --- .github/pull_request_template.md | 2 -- release_notes.md | 3 --- 2 files changed, 5 deletions(-) delete mode 100644 release_notes.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 640f174d..431f0cce 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,8 +8,6 @@ resolves #issue_for_this_pr * [ ] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue linked to PR -* [ ] My changes **should not** be added to the release notes for the next release - * [ ] Otherwise: I've added my notes to `release_notes.md` * [ ] My changes **do not** need to be backported to a previous version * [ ] Otherwise: Backport tracked by issue/PR #issue_or_pr * [ ] I have added all required tests (Unit tests, E2E tests) diff --git a/release_notes.md b/release_notes.md deleted file mode 100644 index 24d68654..00000000 --- a/release_notes.md +++ /dev/null @@ -1,3 +0,0 @@ -* Bug fix: [Context.InstanceId can now be accessed](https://github.com/Azure/azure-functions-powershell-worker/issues/727) -* Bug fix: [Data in External Events is now read and returned to orchestrator](https://github.com/Azure/azure-functions-powershell-worker/issues/68) -* New feature (external contribution): [Get-TaskResult can now be used to obtain the result of an already-completed Durable Functions Task](https://github.com/Azure/azure-functions-powershell-worker/pull/786) \ No newline at end of file