Replies: 1 comment 1 reply
|
I don't publish releases for patches. I never have and I don't plan to start. It's often too noisy. The change log for patches are included in the Release Notes section of the When there are no release notes, then a link is tracked back to point to the corresponding GitHub release, which will contain the overall change log. The only real exception to that is if the patch version bumps due to a transitive dependency since the last release, but with no changes. It doesn't happen all that often, but that's just what happened with Asp.Versioning.Mvc and Asp.Versioning.OData. Asp.Versioning.Abstractions bumped a minor version because a single, new visible type, but there are no functional or visible changes down stream. In all other cases, I usually just add a single item that says something to the effective of "Version bump". When I do publish a release, I collate the change from the previous release to the current release, which includes all patches. A release for every patch is much for one-man show. As the project has gotten larger with more features and libraries, that has made it even more work. Alternatively, I could slow down releases so they are more controlled so that a release can always be paired, but when an issue does arise, I try to get a fix out as quick as possible. I chose to do this way so that the last release link stays constant and patch release notes are still there. The A new minor release is coming soon and it will have an official release with the full change log. |
Uh oh!
There was an error while loading. Please reload this page.
I can't find a changelog for version 10.0.1 of Asp.Versioning.Http, Asp.Versioning.Mvc and Asp.Versioning.OData, and version 10.0.2 of Asp.Versioning.OData
Please publish a GitHub release whenever a new version is published.
All reactions