Commit Graph

4 Commits (5f1b173cba4a74c120100e1917a1747af33d147b)

Author SHA1 Message Date
Bill Wagner a97defb89e
Update whats-new action to use docs-tools (#28493)
We've added the source to the what's new tool to the dotnet/docs-tools repo.

That let's us update this action to pull directly from that repo, and automatically pick up any of the latest fixes when it runs.
2023-02-24 10:06:07 -10:00
Bill Wagner 447aa39d2c
Update whatsnew action to net6 (#24518)
- Update the NuPkg to 2.1.2.
- Update the installed .NET SDK to 6.0

The new package requires the latest .NET SDK. The new package uses the OSPO query for organization membership instead of GitHub organization membership.
2022-01-06 16:48:11 +00:00
Bill Wagner b3f5ce1be8
fix permissions to create PR (#24158)
The whats new action needs to have additional permissions in order to create the new branch and create a new PR.
2021-12-01 18:48:51 -05:00
Bill Wagner 0d998fa850
Turn on GitHub action for whatsnew (#22616)
- Add shell script, yml config and package for "what's new" package
- add the NuGet package with the latest tool
- Update the whatsnew.json file to include parameters for automatically updated the index.yml and toc.yml
- Update the TOC so that it has a single rolling list of articles (the action expects that)
2021-06-25 12:21:28 -07:00