Skip to content
forked from B3rs/gat

A tool to bump repo versions using semantic versioning

License

Notifications You must be signed in to change notification settings

matteo-pampana/gat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gat

Gat (reverse of tag) is a tool that bumps your repository version using semantic versioning Gat supports v in front of golang libraries

Installation

go install github.com/B3rs/gat@latest

Usage

gat minor/major/patch

Known issues

ssh: handshake failed: knownhosts: key mismatch

your known_hosts file can be outdated or missing the repository fingerprint, add it by running the following command:

ssh-keyscan -H github.com >> ~/.ssh/known_hosts

obviously change github.com with your repo

About

A tool to bump repo versions using semantic versioning

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%