diff --git a/.goreleaser.yml b/.goreleaser.yml index 13d5f09..e99b69e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,6 +6,9 @@ builds: env: - CGO_ENABLED=0 goos: + - freebsd + - netbsd + - openbsd - linux - darwin goarch: diff --git a/Makefile b/Makefile index 019c6ed..226df5f 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ endif .PHONY: build build: ifneq (${HAS_GORELEASER},) - goreleaser build --clean --skip-validate + goreleaser build --rm-dist --skip-validate else $(error goreleaser binary is missing, please install goreleaser) endif diff --git a/README.md b/README.md index d35ab10..aa85df8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If the version number is not provided then the most recent version of the plugin steps: - label: "Triggering pipelines" plugins: - - monebag/monorepo-diff#v2.5.7: + - monebag/monorepo-diff#v2.5.8: diff: "git diff --name-only HEAD~1" watch: - path: "bar-service/" @@ -35,7 +35,7 @@ steps: steps: - label: "Triggering pipelines" plugins: - - monebag/monorepo-diff#v2.5.7: + - monebag/monorepo-diff#v2.5.8: diff: "git diff --name-only $(head -n 1 last_successful_build)" interpolation: false env: @@ -151,7 +151,7 @@ Add `log_level` property to set the log level. Supported log levels are `debug` steps: - label: "Triggering pipelines" plugins: - - monebag/monorepo-diff#v2.5.7: + - monebag/monorepo-diff#v2.5.8: diff: "git diff --name-only HEAD~1" log_level: "debug" # defaults to "info" watch: @@ -227,7 +227,7 @@ hooks: steps: - label: "Triggering pipelines" plugins: - - monebag/monorepo-diff#v2.5.7: + - monebag/monorepo-diff#v2.5.8: diff: "git diff --name-only HEAD~1" watch: - path: app/cms/