Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanskun/gh-bump-up
GitHub CLI extension to easily create release tags
https://github.com/yanskun/gh-bump-up
bumpversion gh-extension rust
Last synced: about 2 months ago
JSON representation
GitHub CLI extension to easily create release tags
- Host: GitHub
- URL: https://github.com/yanskun/gh-bump-up
- Owner: yanskun
- Created: 2022-12-15T15:06:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T08:52:51.000Z (9 months ago)
- Last Synced: 2024-12-12T20:15:58.093Z (about 2 months ago)
- Topics: bumpversion, gh-extension, rust
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-bump-up
GitHub CLI commands extension.This extension gelps create reelase tags
## Install
```
gh extension install yanskun/gh-bump-up
```## Usage
```
# Bump minor version
gh bump-up -m
```