package
0.0.0-20220916085736-bda71d42d937
Repository: https://github.com/desmos-labs/changeset.git
Documentation: pkg.go.dev

# Functions

DefaultConfig returns the default instance of the configuration.
GetNextVersion returns the next version given the current config and changeset entries.
NewChangeLog allows to build a new ChangeLog version.
NewEntry allows to build a new Entry instance.
NewModule allows to build a new Module instance.
NewType returns a new Type instance.
NewVersion returns a new Version instance.
ParseVersion parses the given version from a string.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ChangeLog contains the details of a version that will be added to the Changelog.
Config contains the data of the configuration.
Entry
Entry represents a single changeset entry.
Module contains the details of a single module.
Type defines a possible type for a changeset entry.
Version contains the data of a specific software version.

# Type aliases

ModuleChanges represents all the changes associated to a module.
ModuleCode represents the Code of the module.
TypeChanges represents all the changes associated to a specific type.
TypeCode represents the code of the change type.