v0.1.0
Deno cli to manage and bump release versions.
Repository
Current version released
6 years ago
Dependencies
deno.land/x
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.tsor run it directly:
$ deno https://denopkg.com/lucascaro/denoversion.tsUsage
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