https://github.com/jxnkwlp/git-ci-tools
An tool for ci base on git repository. can generate version, changes notes etc.
https://github.com/jxnkwlp/git-ci-tools
ci-tools git release-notes version-check
Last synced: 6 months ago
JSON representation
An tool for ci base on git repository. can generate version, changes notes etc.
- Host: GitHub
- URL: https://github.com/jxnkwlp/git-ci-tools
- Owner: jxnkwlp
- Created: 2021-04-02T02:26:43.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-25T14:32:02.000Z (about 1 year ago)
- Last Synced: 2025-06-24T08:06:19.250Z (7 months ago)
- Topics: ci-tools, git, release-notes, version-check
- Language: C#
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git ci tool
An tool for ci base on git repository. can generate version, changes notes etc.
[](https://www.nuget.org/packages/Passingwind.Git-CI-Tools/)
``` shell
> gitci -h
Usage:
gitci [options] [command]
Options:
--project The project root path
--branch The project git branch. Default is current branch
--include-prerelease [default: False]
--version Show version information
-?, -h, --help Show help and usage information
Commands:
version
release
git
```
``` shell
> gitci version -h
version
Usage:
gitci [options] version [command]
Options:
--project The project root path
--branch The project git branch. Default is current branch
--include-prerelease [default: False]
-?, -h, --help Show help and usage information
Commands:
current Show current version
next Generate next version
```
``` shell
> gitci release -h
release
Usage:
gitci [options] release [command]
Options:
--project The project root path
--branch The project git branch. Default is current branch
--include-prerelease [default: False]
-?, -h, --help Show help and usage information
Commands:
changes Generate changes from commit logs
```
``` shell
> gitci git -h
git
Usage:
gitci [options] git [command]
Options:
--project The project root path
--branch The project git branch. Default is current branch
--include-prerelease [default: False]
-?, -h, --help Show help and usage information
Commands:
changes
```