release

package
v0.1.0-preview.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2026 License: Apache-2.0 Imports: 24 Imported by: 0

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

func ValidateVersion(version string) error

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.

type Result

type Result struct {
	OutputDir string
	Files     []string
}

Result describes the atomically committed artifact directory.

func Build

func Build(ctx context.Context, config Config) (result Result, resultErr error)

Build creates a deterministic release directory without consulting the network.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL