Skip to content

feat(buildx-metadata): Add build args templating

Jonas Fierlings requested to merge release/0.3.5 into main
  • Created new release branch

    git switch -c release/<version>
  • Searched for references to the last version and replaced them with the newly planned version

    git grep "$(git describe --abbrev=0)" -- ':!:CHANGELOG.md'
  • Updated the changelog

    git cliff --config .config/cliff.toml -t <version> > CHANGELOG.md
  • Created release commit

    git commit -m "chore(release): Prepare for <version>" -e
Edited by Jonas Fierlings

Merge request reports