Versions in this module Expand all Collapse all v5 v5.1.1 Oct 13, 2024 Changes in this version + const FlagType + type Flag []map[string]string + func (f *Flag) Set(value string) error + func (f *Flag) String() string + func (f *Flag) Type() string v5.0.2 Sep 28, 2024 Changes in this version + var ErrNoName = errors.New("project has no name") + var ErrNoPath = errors.New("project has no path") + var ErrNoProjects = errors.New("no projects found in configuration file despite operating in monorepo mode") + type Project struct + Name string + Path string + func Unmarshall(input []map[string]string) ([]Project, error) Other modules containing this package github.com/s0ders/go-semver-release/v6