Releases: nunit/docfx-action
Releases · nunit/docfx-action
v2.0.0-preview.2
What's Changed
- Update Dockerfile to negate git patch by @SeanKilleen in #16
Full Changelog: v2.0.0-preview.1...v2.0.0-preview.2
v2.0.0-preview.1
Some big (and breaking!) changes in this release.
- Moved to .NET SDK Ubuntu "Jammy" as the base image
- We are now using the preview version 2.60.0-preview.2 of docfx, because
- ...docfx can now be installed as a global tool
- ...which cuts down on 90% of the other things we were doing in the container.
My hope is that the docfx tooling changes will allow this repo/action to become obsolete, but in the meantime, this is a lovely step.
v1.12.0
A quick attempt at a fix for an issue with a later git version on Debian. We are marking a directory as safe so that git does not throw a dubious ownership error later during some CI processes.
What's Changed
- Re-introduce the build by @SeanKilleen in #13
Full Changelog: v1.11.0...V1.12.0
v1.11.0 -- Upgrade to docfx 2.59.4
v1.10.0 -- Upgrade to docfx 2.59.3
v1.9.0 - Update to docfx v2.59.2
What's Changed
- Bump version of docfx to 2.59.2 (thanks @Arhell!)
New Contributors
Full Changelog: v1.8.0...v1.9.0
v1.8.0 - Update to docfx v2.59.1
Update to docfx 2.59.1
v1.7.0 -- Move to .NET 6 SDK within container
Use full version number in .NET SDK 6
v1.6.0 -- docfx version update; add wkhtmltopdf
- Adds wkhtmltopdf to container image (seen in the upstream project)
- Updates docfx from 2.58.2 --> 2.58.9
v1.5.0 -- Use local Dockerfile
This release switches the GitHub action to use the local Dockerfile that's part of the repository, reducing the dependency on a published Docker image.