release

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Release = Info{Commit: "0000000000000000000000000000000000000000"}

Release provides self-inspection of the current build by exposing the content of release/release.yml, which should be updated during release. This may be directly overwritten by hs forks (along with installing plugins).

Functions

This section is empty.

Types

type Info

type Info struct {
	Tag    string    `yaml:"tag,omitempty"`
	Commit string    `yaml:"commit,omitempty"`
	Date   time.Time `yaml:"date,omitempty"`

	// ForkName is the name of the custom fork of hs. It's blank for this repo, but forks may override.
	ForkName string `yaml:"fork_name,omitempty"`
}

func (Info) String

func (i Info) String() string

Jump to

Keyboard shortcuts

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