release

Installation
SKILL.md

Release Process

Create a new release for specops.

Steps

1. Determine Version

Ask the user for the new version, or suggest one based on semver:

  • patch (x.y.Z): bug fixes, minor changes
  • minor (x.Y.0): new features, backwards compatible
  • major (X.0.0): breaking changes

To find the current version:

git describe --tags --abbrev=0

2. Bump Version

Installs
5
GitHub Stars
2
First Seen
Feb 6, 2026
release — wilddeer/specops