release-tag

Installation
SKILL.md

Release Tag

Create a signed git release tag and push it. The workflow is interactive — the user confirms every step before anything is pushed.

Workflow

1. Ensure the default branch is current

Detect the default branch — don't assume main:

git remote show origin | sed -n '/HEAD branch/s/.*: //p'

Then checkout and pull:

git checkout <default-branch> && git pull origin <default-branch>
Related skills

More from s0up4200/skills

Installs
6
Repository
s0up4200/skills
First Seen
Apr 1, 2026