You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(build): add support for Windows executable
This will allow Windows users to download the executable in the same way as Linux and Darwin.
Closes#460
chore(goreleaser): remove archive string replacements
by default go env vars already have sane values that we shouldn't override; tools that rely on the value of GOOS or GOARCH to resolve the binary name need additional tweaking in our repo because of those overrides we set up
feat: allow revert commits
Previously Revert commits would fail the pipeline as they were not considered conventional commit friendly.
This caused issues in multiple projects as commitsar checks would just be ignored.
Closes#434
feat: add support for conventional commit style PR titles
This commit adds support for checking that a PR title is conventional commit style compliant.
Closes#296