Octopus.OctoNotes.Tool 1.0.143

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.143
                    
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.143
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Octopus.OctoNotes.Tool&version=1.0.143
                    
nuke :add-package Octopus.OctoNotes.Tool --version 1.0.143
                    

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.152 105 8/31/2026
1.0.151 113 8/30/2026
1.0.150 95 8/28/2026
1.0.147 111 8/25/2026
1.0.145 91 8/25/2026
1.0.143 103 8/24/2026
1.0.141 99 8/24/2026
1.0.131 353 8/14/2026
1.0.104 157 5/19/2026
1.0.87 204 3/12/2026
1.0.67 354 12/17/2025
1.0.65 751 12/2/2025
1.0.56 382 11/9/2025
1.0.54 341 10/24/2025
1.0.52 268 10/23/2025
1.0.51 273 10/23/2025
1.0.49 272 10/23/2025
1.0.48 266 10/23/2025
1.0.46 268 10/20/2025
1.0.42 278 10/14/2025
Loading failed