semantic-release icon indicating copy to clipboard operation
semantic-release copied to clipboard

📦🚀 semantic-release written in Go

Results 35 semantic-release issues
Sort by recently updated
recently updated
newest added

There should be an option to have semantic-release target only specific commits, namely commits that follow a glob pattern or file path. This would be useful in monorepos, where there...

As part of my release process, I need to push a commit that updates a file to reference the new version. This needs to happen before semantic-release cuts a new...

This PR adds a hook just prior to creating a release. My use-case for this is a desire to trigger a build of a code-base, units tests and other tests...

If changelog is too large, the binary crashes: ``` [go-semantic-release]: version: 2.31.0 [go-semantic-release]: trying to prefetch plugins... [go-semantic-release]: all plugins were prefetched! [go-semantic-release]: ci-condition plugin: GitHub [email protected] [go-semantic-release]: provider plugin:...