Skip to main content
The Deno 2 Release Candidate is here
Learn more

manual_tag_bumper

A CLI tool to easily bump tags in your git repository.

Installation

deno install --unstable --allow-run --allow-read -n bump https://deno.land/x/manual_tag_bumper/main.ts

Usage

Add the following task to tasks.json inside your .vscode directory:

{
  "type": "shell",
  "command": "bump",
  "problemMatcher": [
    "$shell"
  ],
  "label": "bump-version"
}