Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyReleaseMetaToUnreleased ¶ added in v0.0.12
func ApplyReleaseMetaToUnreleased(path string, meta ReleaseMeta) (bool, error)
ApplyReleaseMetaToUnreleased fills meta sections when they are still placeholder text.
func ValidateBumpConsistency ¶ added in v0.0.12
ValidateBumpConsistency checks whether --bump matches Unreleased section content.
func ValidateReleaseReadiness ¶ added in v0.0.12
ValidateReleaseReadiness checks Unreleased content before release.
Types ¶
type ReleaseMeta ¶ added in v0.0.12
ReleaseMeta holds rule-based release note hints derived from a diff.
func DeriveReleaseMeta ¶ added in v0.0.12
func DeriveReleaseMeta(diffNames string) ReleaseMeta
DeriveReleaseMeta builds heuristic impact/validation/rollback notes from changed paths.
Click to show internal directories.
Click to hide internal directories.