Skip to content

ci: semver and release automation #1

ci: semver and release automation

ci: semver and release automation #1

Workflow file for this run

name: semver-check
on:
pull_request:
branches: [main]
jobs:
gorelease:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: "1.24"
- name: Install gorelease
run: go install golang.org/x/exp/cmd/gorelease@latest
- name: Check API compatibility
run: gorelease