releam/git

Functions

pub fn commit_release(new_tag: String, push push: Bool) -> Nil

Creates a release commit containing the CHANGELOG.md file and the gleam.toml with bumped version, creates the new tag and optionaly push to the git repository

pub fn get_commits_since_last_tag(tag: String) -> List(String)

Gets all commits since the last tag of the repository

pub fn get_last_tag() -> String

Gets the last tag of the repository

Search Document