mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
2caf1bb151
* .NET: [Durable Agents] Update CHANGELOG with release notes for past releases Backfills the CHANGELOG.md files with the last several updates. * Update dotnet/src/Microsoft.Agents.AI.DurableTask/CHANGELOG.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update the Azure Functions changelog and add GHCP changelog instructions for these projects * Tweak instructions * Remove the timestamp requirement * Rename instructions file --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1.0 KiB
1.0 KiB
applyTo
| applyTo |
|---|
| dotnet/src/Microsoft.Agents.AI.DurableTask/**,dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/** |
Durable Task area code instructions
The following guidelines apply to pull requests that modify files under
dotnet/src/Microsoft.Agents.AI.DurableTask/** or
dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/**:
CHANGELOG.md
- Each pull request that modifies code should add just one bulleted entry to the
CHANGELOG.mdfile containing a change title (usually the PR title) and a link to the PR itself. - New PRs should be added to the top of the
CHANGELOG.mdfile under a "## [Unreleased]" heading. - If the PR is the first since the last release, the existing "## [Unreleased]" heading should be replaced with a "## v[X.Y.Z]" heading and the PRs since the last release should be added to the new "## [Unreleased]" heading.
- The style of new
CHANGELOG.mdentries should match the style of the other entries in the file. - If the PR introduces a breaking change, the changelog entry should be prefixed with "[BREAKING]".