go-semantic-release / semantic-release

πŸ“¦πŸš€ semantic-release written in Go
https://go-semantic-release.xyz
MIT License
404 stars 43 forks source link

Add --config path for .semrelrc location #103

Closed CandiedCode closed 2 years ago

CandiedCode commented 3 years ago

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 3 years ago

This is a great idea! πŸ‘

soohoowoohoo commented 2 years ago

@christophwitzko @cliedeman I'd be interested in working on this. Is this fine with y'all?

christophwitzko commented 2 years ago

@soohoowoohoo Sure, feel free to open a PR. ☺️ πŸ™