go-semantic-release / semantic-release

📦🚀 semantic-release written in Go
https://go-semantic-release.xyz
MIT License
410 stars 43 forks source link

GitHub Action docs #50

Closed christophwitzko closed 4 years ago

hazcod commented 4 years ago

@christophwitzko FYI am using it this way: tag.yml. And this triggers goreleaser to attach artifacts here.

idirouhab commented 4 years ago

also, the return code is affecting the build status. If there's nothing to change the script will exit with code 65, which is working fine with Travis but it makes GitHub action to fail.

cliedeman commented 4 years ago

@idirouhab created https://github.com/go-semantic-release/semantic-release/pull/66/ to fix this

cliedeman commented 4 years ago

Created PR for docs https://github.com/go-semantic-release/action/pull/6