tag_bumper
Easily bump tags in your Git repository using the bump command.
Compatibility: deno, npm, maven
Installation
deno install --unstable --allow-run --allow-read -n bump https://deno.land/x/tag_bumper/main.ts
Features
Create your tags easily and fast with the help of an extra option appearing at the top to easily bump to a new prerelease or migrate from prerelease to stable
Use custom prerelease identifiers provided by you or regular ones like alpha and beta
Create a branch, update and commit version files (package.json, pom.xml) automatically
Demo
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"
}