Skip to content
Snippets Groups Projects
Commit a08ad7e7 authored by Christoph Witzko's avatar Christoph Witzko
Browse files

chore: add build local script

parent 9029edb6
Branches
Tags Chart-3.2.1
No related merge requests found
#!/usr/bin/env bash
set -euo pipefail
pluginDir=".semrel/$(go env GOOS)_$(go env GOARCH)/changelog-generator-default/0.0.0-dev/"
[[ ! -d "$pluginDir" ]] && {
echo "creating $pluginDir"
mkdir -p "$pluginDir"
}
go build -o "$pluginDir/changelog-generator-default" ./cmd/changelog-generator-default
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment