Octopus.OctoNotes.Core 1.0.1

Prefix Reserved
dotnet add package Octopus.OctoNotes.Core --version 1.0.1                
NuGet\Install-Package Octopus.OctoNotes.Core -Version 1.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Octopus.OctoNotes.Core" Version="1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Octopus.OctoNotes.Core --version 1.0.1                
#r "nuget: Octopus.OctoNotes.Core, 1.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Octopus.OctoNotes.Core as a Cake Addin
#addin nuget:?package=Octopus.OctoNotes.Core&version=1.0.1

// Install Octopus.OctoNotes.Core as a Cake Tool
#tool nuget:?package=Octopus.OctoNotes.Core&version=1.0.1                

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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Octopus.OctoNotes.Core:

Package Downloads
Octopus.OctoNotes.Core.GitHub

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.

Octopus.OctoNotes.Generator.ReleaseNotesSource.GitHub

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.

Octopus.OctoNotes.Reader

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.

Octopus.OctoNotes.Generator.ReleaseNotesSource.CommitMessage

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.

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 181 10/18/2024
1.0.0 122 10/16/2024
0.1.789 398 9/1/2024
0.1.788 2,506 7/3/2024
0.1.786 348 7/3/2024
0.1.782 725 6/10/2024
0.1.778 207 6/3/2024
0.1.767 607 3/1/2024
0.1.766 240 2/23/2024
0.1.765 228 2/22/2024
0.1.763 226 2/9/2024
0.1.762 213 2/7/2024
0.1.761 202 2/6/2024
0.1.760 691 1/7/2024
0.1.759 1,209 12/13/2023
0.1.757 231 12/12/2023
0.1.756 232 12/11/2023
0.1.755 257 12/11/2023
0.1.754 266 12/8/2023
0.1.753 235 12/7/2023
0.1.752 271 12/6/2023
0.1.751 244 12/5/2023
0.1.750 239 12/4/2023
0.1.749 279 12/3/2023
0.1.748 251 12/2/2023
0.1.746 235 12/1/2023
0.1.745 254 12/1/2023
0.1.740 229 11/30/2023
0.1.739 246 11/29/2023
0.1.738 243 11/28/2023
0.1.737 236 11/27/2023
0.1.733 215 11/23/2023
0.1.732 213 11/22/2023
0.1.731 251 11/21/2023
0.1.730 234 11/20/2023
0.1.729 257 11/19/2023
0.1.728 231 11/18/2023
0.1.727 253 11/17/2023
0.1.726 245 11/16/2023
0.1.536 1,210 5/28/2023
0.1.535 443 5/27/2023
0.1.534 459 5/26/2023
0.1.533 449 5/25/2023
0.1.532 516 5/24/2023
0.1.531 501 5/23/2023
0.1.530 500 5/22/2023
0.1.529 467 5/21/2023
0.1.528 464 5/20/2023
0.1.527 522 5/19/2023
0.1.526 555 5/18/2023
0.1.525 599 5/17/2023
0.1.524 592 5/16/2023
0.1.523 533 5/15/2023
0.1.522 543 5/14/2023
0.1.521 541 5/13/2023
0.1.520 558 5/12/2023
0.1.519 559 5/11/2023
0.1.518 569 5/10/2023
0.1.517 1,216 5/9/2023
0.1.516 528 5/8/2023
0.1.515 595 5/7/2023
0.1.514 603 5/6/2023
0.1.513 628 5/5/2023
0.1.512 604 5/4/2023
0.1.511 604 5/3/2023
0.1.510 609 5/3/2023
0.1.508 678 5/1/2023
0.1.505 578 4/30/2023
0.1.504 664 4/29/2023
0.1.503 648 4/28/2023
0.1.502 644 4/27/2023
0.1.501 627 4/26/2023
0.1.500 722 4/25/2023
0.1.499 720 4/24/2023
0.1.498 639 4/23/2023
0.1.497 692 4/22/2023
0.1.496 746 4/21/2023
0.1.495 676 4/20/2023
0.1.494 695 4/19/2023
0.1.493 705 4/18/2023
0.1.492 716 4/17/2023
0.1.491 710 4/16/2023
0.1.490 755 4/15/2023
0.1.489 697 4/14/2023
0.1.479 788 4/4/2023
0.1.478 956 4/3/2023
0.1.477 831 4/2/2023
0.1.476 847 4/1/2023
0.1.475 792 3/31/2023
0.1.474 789 3/30/2023
0.1.473 785 3/29/2023
0.1.472 853 3/28/2023
0.1.471 890 3/28/2023
0.1.469 937 3/27/2023
0.1.468 904 3/26/2023
0.1.467 890 3/25/2023
0.1.466 925 3/24/2023
0.1.465 901 3/23/2023
0.1.464 889 3/22/2023
0.1.463 904 3/21/2023
0.1.462 901 3/20/2023
0.1.461 901 3/20/2023
0.1.459 912 3/19/2023
0.1.458 946 3/18/2023
0.1.457 890 3/17/2023
0.1.456 990 3/16/2023
0.1.455 885 3/15/2023
0.1.454 929 3/14/2023
0.1.453 946 3/13/2023
0.1.452 917 3/12/2023
0.1.451 938 3/11/2023
0.1.450 961 3/10/2023
0.1.449 912 3/9/2023
0.1.448 958 3/8/2023
0.1.447 932 3/7/2023
0.1.446 966 3/6/2023
0.1.445 977 3/5/2023
0.1.444 1,011 3/4/2023
0.1.443 1,036 3/3/2023
0.1.442 994 3/2/2023
0.1.441 1,028 3/1/2023
0.1.440 1,022 2/28/2023
0.1.439 979 2/27/2023
0.1.438 988 2/26/2023
0.1.437 1,025 2/25/2023
0.1.436 1,038 2/24/2023
0.1.435 974 2/23/2023
0.1.434 1,005 2/22/2023
0.1.433 981 2/21/2023
0.1.432 1,076 2/20/2023
0.1.431 1,055 2/19/2023
0.1.430 1,015 2/18/2023
0.1.429 1,022 2/17/2023
0.1.428 1,046 2/16/2023
0.1.426 1,063 2/15/2023
0.1.425 1,039 2/14/2023
0.1.424 1,138 2/13/2023
0.1.423 1,119 2/12/2023
0.1.422 1,113 2/11/2023
0.1.421 1,036 2/10/2023
0.1.420 1,071 2/9/2023
0.1.419 1,069 2/8/2023
0.1.418 1,106 2/7/2023
0.1.417 1,130 2/6/2023
0.1.416 1,101 2/5/2023
0.1.415 1,173 2/4/2023
0.1.414 1,121 2/3/2023
0.1.413 1,163 2/2/2023
0.1.412 1,153 2/1/2023
0.1.411 1,171 1/31/2023
0.1.410 1,198 1/30/2023
0.1.409 1,206 1/29/2023
0.1.408 1,184 1/28/2023
0.1.407 1,227 1/27/2023
0.1.406 1,233 1/26/2023
0.1.404 1,183 1/24/2023
0.1.403 1,255 1/23/2023
0.1.402 1,232 1/22/2023
0.1.401 1,245 1/21/2023
0.1.400 1,249 1/20/2023
0.1.399 1,236 1/19/2023
0.1.398 1,213 1/18/2023
0.1.397 1,167 1/17/2023
0.1.396 1,264 1/16/2023
0.1.395 1,223 1/15/2023
0.1.394 1,243 1/14/2023
0.1.393 1,292 1/13/2023
0.1.392 1,340 1/12/2023
0.1.391 1,342 1/11/2023
0.1.390 1,266 1/10/2023
0.1.389 1,293 1/9/2023
0.1.388 1,301 1/8/2023
0.1.387 1,345 1/7/2023
0.1.386 1,302 1/6/2023
0.1.385 1,310 1/5/2023
0.1.384 1,363 1/4/2023
0.1.383 1,370 1/3/2023
0.1.382 1,358 1/2/2023
0.1.381 1,292 1/1/2023
0.1.380 1,331 12/31/2022
0.1.379 1,347 12/30/2022
0.1.378 1,383 12/29/2022
0.1.377 1,388 12/28/2022
0.1.376 1,367 12/27/2022
0.1.375 1,398 12/26/2022
0.1.374 1,396 12/25/2022
0.1.373 1,434 12/24/2022
0.1.372 1,459 12/23/2022
0.1.371 1,421 12/22/2022
0.1.369 1,334 12/22/2022
0.1.368 1,358 12/21/2022
0.1.366 1,388 12/21/2022
0.1.364 1,386 12/20/2022
0.1.363 1,390 12/19/2022
0.1.361 1,423 12/19/2022
0.1.360 1,468 12/18/2022
0.1.358 1,378 12/18/2022
0.1.357 1,401 12/17/2022
0.1.355 1,457 12/17/2022
0.1.354 1,429 12/16/2022
0.1.352 1,438 12/16/2022
0.1.351 1,451 12/15/2022
0.1.349 1,402 12/15/2022
0.1.348 1,321 12/14/2022
0.1.346 1,372 12/14/2022
0.1.345 1,332 12/13/2022
0.1.343 1,360 12/13/2022
0.1.341 1,360 12/13/2022
0.1.338 1,400 12/13/2022
0.1.336 1,459 12/12/2022
0.1.334 1,423 12/11/2022
0.1.332 1,452 12/10/2022
0.1.330 1,374 12/9/2022
0.1.329 1,418 12/8/2022
0.1.327 1,442 12/8/2022
0.1.325 1,473 12/7/2022
0.1.324 1,464 12/6/2022
0.1.323 1,557 12/5/2022
0.1.322 1,542 12/4/2022
0.1.321 1,524 12/3/2022
0.1.320 1,550 12/2/2022
0.1.319 1,518 12/1/2022
0.1.318 1,571 11/30/2022
0.1.317 1,601 11/29/2022
0.1.316 1,593 11/28/2022
0.1.315 1,608 11/27/2022
0.1.314 1,550 11/26/2022
0.1.313 1,580 11/25/2022
0.1.312 1,624 11/24/2022
0.1.311 1,602 11/23/2022
0.1.310 1,636 11/22/2022
0.1.309 1,591 11/21/2022
0.1.308 1,609 11/20/2022
0.1.307 1,603 11/19/2022
0.1.306 1,655 11/18/2022
0.1.305 1,673 11/17/2022
0.1.304 1,677 11/16/2022
0.1.303 1,706 11/15/2022
0.1.302 1,674 11/14/2022
0.1.301 1,680 11/13/2022
0.1.300 1,733 11/12/2022
0.1.299 1,756 11/11/2022
0.1.297 1,691 11/10/2022
0.1.295 1,695 11/9/2022
0.1.294 1,741 11/8/2022
0.1.292 1,748 11/8/2022
0.1.291 2,105 11/7/2022
0.1.290 1,831 11/6/2022
0.1.289 1,863 11/5/2022
0.1.288 1,835 11/4/2022
0.1.287 1,798 11/3/2022
0.1.286 1,800 11/2/2022
0.1.285 1,798 11/1/2022
0.1.283 1,800 11/1/2022
0.1.282 1,837 10/31/2022
0.1.280 1,876 10/31/2022
0.1.279 1,833 10/30/2022
0.1.278 1,894 10/29/2022
0.1.277 1,866 10/28/2022
0.1.276 1,883 10/27/2022
0.1.275 1,906 10/26/2022
0.1.274 1,902 10/25/2022
0.1.273 2,002 10/24/2022
0.1.271 1,990 10/24/2022
0.1.270 1,986 10/23/2022
0.1.269 2,003 10/22/2022
0.1.268 1,964 10/21/2022
0.1.266 1,983 10/21/2022
0.1.265 1,984 10/20/2022
0.1.264 1,987 10/19/2022
0.1.263 1,934 10/18/2022
0.1.262 2,000 10/17/2022
0.1.261 2,051 10/16/2022
0.1.260 2,039 10/15/2022
0.1.259 2,053 10/14/2022
0.1.258 2,084 10/13/2022
0.1.257 2,083 10/12/2022
0.1.256 2,106 10/11/2022
0.1.254 2,044 10/11/2022
0.1.253 2,126 10/10/2022
0.1.251 2,168 10/10/2022
0.1.250 2,097 10/9/2022
0.1.249 2,157 10/8/2022
0.1.248 2,156 10/7/2022
0.1.247 2,086 10/6/2022
0.1.246 2,121 10/5/2022
0.1.245 2,082 10/4/2022
0.1.244 2,042 10/3/2022
0.1.243 2,005 10/2/2022
0.1.242 1,958 10/1/2022
0.1.241 1,946 9/30/2022
0.1.239 2,015 9/30/2022
0.1.238 1,988 9/29/2022
0.1.237 2,038 9/28/2022
0.1.236 2,170 9/27/2022
0.1.235 2,041 9/26/2022
0.1.233 2,125 9/26/2022
0.1.232 2,186 9/25/2022
0.1.231 2,187 9/24/2022
0.1.230 2,168 9/23/2022
0.1.229 2,175 9/22/2022
0.1.228 2,090 9/21/2022
0.1.227 2,129 9/21/2022
0.1.226 2,105 9/19/2022
0.1.225 2,135 9/18/2022
0.1.224 2,097 9/17/2022
0.1.223 2,095 9/16/2022
0.1.222 2,146 9/15/2022
0.1.220 2,124 9/15/2022
0.1.219 2,137 9/14/2022
0.1.217 2,173 9/14/2022
0.1.216 2,159 9/13/2022
0.1.214 2,174 9/13/2022
0.1.213 2,152 9/12/2022
0.1.212 2,168 9/11/2022
0.1.211 2,209 9/10/2022
0.1.210 2,204 9/9/2022
0.1.209 2,142 9/9/2022
0.1.206 2,236 9/9/2022
0.1.204 2,271 9/8/2022
0.1.202 2,223 9/8/2022
0.1.199 2,100 9/6/2022
0.1.197 2,272 9/5/2022
0.1.195 2,220 9/4/2022
0.1.193 2,239 9/3/2022
0.1.191 2,306 9/2/2022
0.1.190 2,213 9/2/2022
0.1.188 2,209 9/1/2022
0.1.187 2,218 8/31/2022
0.1.186 2,209 8/30/2022
0.1.184 2,262 8/30/2022
0.1.183 2,189 8/29/2022
0.1.182 2,163 8/28/2022
0.1.181 2,200 8/27/2022
0.1.180 2,152 8/26/2022
0.1.179 2,123 8/25/2022
0.1.178 2,210 8/24/2022
0.1.177 2,169 8/24/2022
0.1.174 10,174 8/23/2022
0.1.173 2,169 8/23/2022