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

manual_tag_bumper

Easily bump tags in your Git repository using the bump command.

Compatibility: npm, maven

Installation

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

Demo

asciicast

Usage

Execute the bump command or add the following task to the tasks.json file inside your .vscode directory:

{
  "type": "shell",
  "command": "bump",
  "label": "bump"
}