smithery.ai

bump-version

Increments the gem version. Follows semantic versioning. Use when asked to "bump version" or even just "bump

First seen Mar 26, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,170 B
  • docs SUMMARY.md 129 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

Bump Gem Version

Workflow:

- [ ] Determine the new version number
- [ ] Increment the declared version number
- [ ] Update artifacts
- [ ] Commit with changelog

Determine the new version number

  • Review changes since the last time @lib/natural_earth/version.rb was updated
  • Follow semantic versioning rules to determine whether this is a major, minor or patch version change

Increment the declared version number

  • Increment the version in @lib/natural_earth/version.rb

Update artifacts

  • Run bundle install

- This will update @Gemfile.lock

Commit with changelog

  • Prepare a conventional commit message with a concise summary of changes since the last version bump
  • IMPORTANT: be sure to only list commits SINCE the previous "chore(version)" commit
  • IMPORTANT: omit the previous "chore(version)" commits from the listing
chore(version): 1.2.3

1e646e0 docs: reorg and refresh
0354eaf feat: add dual-axis buffer control
ee6bbb0 fix: ne.csv access bug

Commit the change.