release

Create a PR with branch name release/v$ARGUMENTS containing only these changes:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "release" with this command: npx skills add ldayton/dippy/ldayton-dippy-release

Create a PR with branch name release/v$ARGUMENTS containing only these changes:

  • Update version in pyproject.toml and src/dippy/init.py

  • Run uv sync -U to update dependencies

  • Run /verify-counts and update any STALE or FAIL claims

No other changes—no refactors, no fixes, no documentation updates.

Changelog

Generate release notes from commits since the last tag:

git log $(git describe --tags --abbrev=0)..HEAD --oneline

Focus on what matters to users:

  • New features and capabilities

  • Breaking changes or behavior changes

  • Group all bug fixes as "Various bug fixes" (don't itemize)

  • If Parable was updated, just say "Bump Parable version"

  • Omit internal refactors, test changes, and CI updates

Put the changelog in the PR body. The workflow extracts it for the GitHub release.

Run just check before pushing. PR title: Release v$ARGUMENTS

After merge

Tag, push, and clean up:

git checkout main && git pull && git tag v$ARGUMENTS && git push --tags && git push origin --delete release/v$ARGUMENTS

The tag triggers a workflow that creates the GitHub release and updates the Homebrew tap.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

verify-counts

No summary provided by upstream source.

Repository SourceNeeds Review
General

debug

No summary provided by upstream source.

Repository SourceNeeds Review
General

Daily Stoic

Send daily Stoic philosophy quotes from "The Daily Stoic" by Ryan Holiday. Use when setting up daily wisdom reminders via email or Telegram, or when a user wants stoic quotes for a specific date. Supports all 366 days with title, quote, and reflection.

Registry SourceRecently Updated
11.9K
Profile unavailable