package
Version:
v0.7.3
Opens a new window with list of versions in this module.
Published: Jul 12, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BreakingChange struct {
Type string `yaml:"type"`
Input string `yaml:"input"`
Replacement string `yaml:"replacement,omitempty"`
Context string `yaml:"context,omitempty"`
Message string `yaml:"message"`
}
type Entry struct {
Action string `yaml:"action"`
FromMajor int `yaml:"from_major"`
ToMajor int `yaml:"to_major"`
Changes []BreakingChange `yaml:"changes"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.