Octopus.OctoNotes.Tool 1.0.65

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Octopus.OctoNotes.Tool --version 1.0.65
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Octopus.OctoNotes.Tool --version 1.0.65
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Octopus.OctoNotes.Tool&version=1.0.65
                    
nuke :add-package Octopus.OctoNotes.Tool --version 1.0.65
                    

OctoNotes is a tool for generating release notes from Git repositories.

In a perfect, trunk-based world, there would be a single, linear graph between versions of an application. In the real world, however, that's almost never the case. Many releases will have hotfixes; many applications will have LTS branches or maintenance releases; not to mention pull requests and other reasons for branches, both short-lived and long.

OctoNotes takes a slightly different view of release notes. OctoNotes views the Git revision graph as the single source of truth. If a bug was fixed in a commit, that bug is only fixed in revisions containing that commit. If a feature was added between versions X and Y, it will appear in the Git revision graph as a commit somwehere between those two points.

By leveraging Git tags, OctoNotes can pinpoint precisely where in a Git revision graph a change was introduced, and provide the release notes for just the commits between two points on that graph.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.87 51 3/12/2026
1.0.67 297 12/17/2025
1.0.65 699 12/2/2025
1.0.56 332 11/9/2025
1.0.54 281 10/24/2025
1.0.52 216 10/23/2025
1.0.51 221 10/23/2025
1.0.49 212 10/23/2025
1.0.48 214 10/23/2025
1.0.46 217 10/20/2025
1.0.42 227 10/14/2025
1.0.41 219 10/14/2025
1.0.36 233 10/2/2025
1.0.35 359 8/20/2025
1.0.34 236 8/20/2025
1.0.9 469 1/29/2025
1.0.6 249 1/29/2025
1.0.5 230 1/27/2025
1.0.4 250 1/22/2025
1.0.3 264 1/14/2025
Loading failed