Add --config path for .semrelrc location
CandiedCode opened this issue · 3 comments
CandiedCode commented
For my golang project structure layout, my ci/cd related scripts/configs are located in /build
I do this with other tools such as
golangci-lint run --config build/golangci-lint/.golangci.yml
goreleaser --config build/goreleaser/.goreleaser.yaml
I would like a flag option to set the config file location via --config.
christophwitzko commented
This is a great idea! 👍
soohoowoohoo commented
@christophwitzko @cliedeman I'd be interested in working on this. Is this fine with y'all?
christophwitzko commented
@soohoowoohoo Sure, feel free to open a PR.