An open API service indexing awesome lists of open source software.

https://github.com/mys1024/bump

Bump the version in deno.json.
https://github.com/mys1024/bump

bump deno jsr package semver version

Last synced: 7 months ago
JSON representation

Bump the version in deno.json.

Awesome Lists containing this project

README

          

# bump

[![GitHub License](https://img.shields.io/github/license/mys1024/bump?&style=flat-square)](./LICENSE)
[![GitHub Tag](https://img.shields.io/github/v/tag/mys1024/bump?sort=semver&style=flat-square&label=JSR&color=rgb(247%2C223%2C30))](https://jsr.io/@mys/bump)
[![GitHub Actions Workflow CI Status](https://img.shields.io/github/actions/workflow/status/mys1024/bump/ci.yml?label=CI&&style=flat-square)](https://github.com/mys1024/bump/actions/workflows/ci.yml)
[![GitHub Actions Workflow Release Status](https://img.shields.io/github/actions/workflow/status/mys1024/bump/release.yml?label=Release&&style=flat-square)](https://github.com/mys1024/bump/actions/workflows/release.yml)

Bump the version in `deno.json`.

## Usage

```sh
deno run -A jsr:@mys/bump@1
```

## License

[MIT](./LICENSE) License © 2024-PRESENT mys1024