Discover Packages
github.com/Rememorio/codog
internal
releasenotes
package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Jul 15, 2026
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package releasenotes formats release note entries from repository changes.
type Commit struct {
Hash string `json:"hash"`
Short string `json:"short"`
Date string `json:"date"`
Author string `json:"author"`
Subject string `json:"subject"`
Files []string `json:"files,omitempty"`
}
type Report struct {
Kind string `json:"kind"`
Action string `json:"action"`
Status string `json:"status"`
From string `json:"from,omitempty"`
To string `json:"to"`
Total int `json:"total"`
Sections []Section `json:"sections"`
Commits []Commit `json:"commits"`
}
type Section struct {
Name string `json:"name"`
Commits []Commit `json:"commits"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.