Documentation
¶
Overview ¶
Package release builds deterministic, signed source releases from exact Git commits.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateVersion ¶
ValidateVersion checks the canonical v-prefixed SemVer accepted by release artifacts.
Types ¶
type Config ¶
type Config struct {
Root string
OutputDir string
Version string
Commit string
Epoch time.Time
PrivateKey []byte
AllowUnsigned bool
}
Config describes one exact-commit library release.
Click to show internal directories.
Click to hide internal directories.