https://github.com/rvflash/gitup
Automatically checks and updates if wished the latest tag of a Git repository.
https://github.com/rvflash/gitup
git golang
Last synced: 2 months ago
JSON representation
Automatically checks and updates if wished the latest tag of a Git repository.
- Host: GitHub
- URL: https://github.com/rvflash/gitup
- Owner: rvflash
- License: mit
- Created: 2016-07-21T21:44:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T23:01:24.000Z (over 8 years ago)
- Last Synced: 2025-01-28T16:16:28.855Z (4 months ago)
- Topics: git, golang
- Language: Go
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitUp
[](https://godoc.org/github.com/rvflash/gitup)
[](https://travis-ci.org/rvflash/gitup)
[](http://codecov.io/github/rvflash/gitup?branch=master)
[](https://goreportcard.com/report/github.com/rvflash/gitup)Automatically checks and updates if wished the latest tag of a Git repository.
## Features
You can use 3 level of strategy: Noop, Manual and Auto.
The first, does anything. The second asks a confirmation to the user on the standard input and the last,
automatically updates the repository with the latest available tag.## Usage
See the GitUp test for an example of using.
## Use SemVer for the version tag name
The tag name must be compliant to the [Semantic Versioning 2.0](http://semver.org/spec/v2.0.0.html).
As example, v2.0.0-beta is a valid version tag but not 2.0.