Skip to main content
Octopus.OctoNotes.Generator package icon

Octopus.OctoNotes.Generator

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.

Total Downloads
174.0K
174,045
Published
Dec 17, 2025
Latest stable version

Install

.NET CLI
dotnet add package Octopus.OctoNotes.Generator --version 1.0.67
Package Manager Console
Install-Package Octopus.OctoNotes.Generator -Version 1.0.67
PackageReference
<PackageReference Include="Octopus.OctoNotes.Generator" Version="1.0.67" />

Frameworks

net8.0 net9.0 net10.0

Dependencies

[1.0.67, )
[0.31.0, )
Serilog
net8.0
[4.3.0, )
[1.0.67, )
[0.31.0, )
Serilog
net9.0
[4.3.0, )
[1.0.67, )
[0.31.0, )
Serilog
net10.0
[4.3.0, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.