Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 763 Bytes

BUILD.md

File metadata and controls

47 lines (32 loc) · 763 Bytes

step-badger

Build

goreleaser build --clean --snapshot

Typical release workflow

git add --update
git commit -m "fix: change"
git tag "$(svu next --force-patch-increment)"
git push --tags
goreleaser release --clean

Cookiecutter initiation

cookiecutter \
  ssh://[email protected]/lukasz-lobocki/go-cookiecutter.git \
  package_name="step-badger"

was run with following variables

  • package_name: step-badger; package_short_description: Exporting certificate data out of the badger database of step-ca.

  • package_version: 0.1.0

  • author_name: Lukasz Lobocki; open_source_license: CC0 v1.0 Universal

  • __package_slug: step-badger

on

2024-07-10 09:10:09 +0200