skillversionbump

command
v0.0.0-...-5c7bc7a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 17, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Command skillversionbump checks or updates spec.version in skills/*/spec.yaml when spec.ref has changed between the PR base and HEAD.

Usage (check mode — exits non-zero if any version is wrong):

go run ./cmd/skillversionbump --base origin/main

Usage (write mode — updates spec.yaml files on disk):

go run ./cmd/skillversionbump --base origin/main --write

In GitHub Actions the base SHA is available as GITHUB_BASE_SHA:

go run ./cmd/skillversionbump --base "$GITHUB_BASE_SHA"

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL