https://github.com/ubiety/ubiety.versionit
VersionIt is an automatic code versioning tool using conventional commits
https://github.com/ubiety/ubiety.versionit
conventional-changelog conventional-commits dotnet dotnet-standard dotnetcore netstandard20 ubiety versioning versioning-semantics
Last synced: about 1 month ago
JSON representation
VersionIt is an automatic code versioning tool using conventional commits
- Host: GitHub
- URL: https://github.com/ubiety/ubiety.versionit
- Owner: ubiety
- License: apache-2.0
- Created: 2019-02-10T08:31:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T15:38:02.000Z (about 7 years ago)
- Last Synced: 2026-04-24T17:12:15.548Z (about 1 month ago)
- Topics: conventional-changelog, conventional-commits, dotnet, dotnet-standard, dotnetcore, netstandard20, ubiety, versioning, versioning-semantics
- Language: C#
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# VersionIt
VersionIt takes the pain out of maintaining your version and changelog. Just commit your code and your code will version itself.

[Professionally supported Ubiety.VersionIt is coming soon](https://tidelift.com/subscription/pkg/nuget-ubiety-versionit?utm_source=nuget-ubiety-versionit&utm_medium=referral&utm_campaign=readme)
## Installation
```bash
dotnet tool install --global Ubiety.VersionIt
```
## Usage
```bash
dotnet versionit
```
## Security contact information
To report a security vulnerability, please use the
[Tidelift security contact](https://tidelift.com/security).
Tidelift will coordinate the fix and disclosure.
## License
[Apache 2.0](https://choosealicense.com/licenses/apache-2.0/)