Packages

Conventional-Commits-driven semantic releases for Gleam: analyse commits, compute the next version, generate release notes, and publish to Hex/npm and GitHub. A native Gleam port of semantic-release.

Current section

Files

Jump to
version_bump include version_bump@release_NextRelease.hrl
Raw

include/version_bump@release_NextRelease.hrl

-record(next_release, {
version :: binary(),
type_ :: version_bump@semver:release_type(),
git_tag :: binary(),
git_head :: binary(),
channel :: gleam@option:option(binary()),
notes :: binary()
}).