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@branch_Branch.hrl
Raw

include/version_bump@branch_Branch.hrl

-record(branch, {
name :: binary(),
type_ :: version_bump@branch:branch_type(),
channel :: gleam@option:option(binary()),
prerelease :: gleam@option:option(binary()),
range :: gleam@option:option(binary()),
main :: boolean()
}).