joshhhhyyyy / increment

Needlessly complex program to parse, increment, and push the latest version number tag on github. Made with 😫 , πŸ˜“ & 😭

Home Page:https://sh.joseos.com/increment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Increment      Latest Release Go ReportCard

Yep

What is this?

Needlessly complex program to parse, increment, and push the latest version number tag on github.

Err handling by Sentry

Made with 😫 , πŸ˜“ & 😭

Installation

Via Go (ALL Platforms)

go get github.com/joshhhhyyyy/increment

go install github.com/joshhhhyyyy/increment

export PATH=$PATH:$(go env GOPATH)/bin (Add gopath to path)

Via apt (Debian derivatives only)

echo "deb [trusted=yes] https://apt.joseos.com/ ./" | sudo tee /etc/apt/sources.list.d/joseos.list

sudo apt update

sudo apt install increment

Usage

increment [OPTIONS]

Options

**note: both single minus "-" and double minus "--" work fine

-nfpm // Not needed at all, Type: bool, Whether to build a deb with nfpm or not

--dont-push-main="" // Optional, Type: bool, Optional to not push to main (make a new tag only)

About

Needlessly complex program to parse, increment, and push the latest version number tag on github. Made with 😫 , πŸ˜“ & 😭

https://sh.joseos.com/increment

License:The Unlicense


Languages

Language:Go 100.0%