Skip to main content
Module

x/denoversion/README.md

Deno cli to manage and bump release versions.
Go to Latest
File

denoversion

Deno cli to manage and bump release versions.

denoversion helps you keep track of your project’s SemVer version in a VERSION file, including creating and pushing git tags.

Installation

Install it as a local command via denoget:

$ denoget https://denopkg.com/lucascaro/denoversion.ts

or run it directly:

$ deno https://denopkg.com/lucascaro/denoversion.ts

Usage

denoversion has different subcommands: init, current, set, and bump.

init

Use denoget init to get started versioning your repository.

$ denoget init 1.0.0
v1.0.0