Octopus.OctoNotes.Tool 1.0.104

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

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.104 43 5/19/2026
1.0.87 178 3/12/2026
1.0.67 316 12/17/2025
1.0.65 715 12/2/2025
1.0.56 352 11/9/2025
1.0.54 305 10/24/2025
1.0.52 233 10/23/2025
1.0.51 241 10/23/2025
1.0.49 235 10/23/2025
1.0.48 237 10/23/2025
1.0.46 238 10/20/2025
1.0.42 245 10/14/2025
1.0.41 234 10/14/2025
1.0.36 253 10/2/2025
1.0.35 381 8/20/2025
1.0.34 255 8/20/2025
1.0.9 485 1/29/2025
1.0.6 262 1/29/2025
1.0.5 245 1/27/2025
1.0.4 263 1/22/2025
Loading failed