← Back to list

bump-version
by anandaroop
Easily extract vector basemap data from Natural Earth
⭐ 0🍴 0📅 Jan 12, 2026
SKILL.md
name: bump-version description: Increments the gem version. Follows semantic versioning. Use when asked to "bump version" or even just "bump"
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.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon