معرفی شرکت ها


cloudmitigator-semantic-0.1.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Means of automating the release version of a git repo using git tags
ویژگی مقدار
سیستم عامل -
نام فایل cloudmitigator-semantic-0.1.6
نام cloudmitigator-semantic
نسخه کتابخانه 0.1.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Michael Schappacher
ایمیل نویسنده m.a.schappacher@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/cloudmitigator-semantic/
مجوز -
# CloudMitigator Semantic ![Test and Release Version](https://github.com/cloudmitigator/semantic/workflows/Test%20and%20Release%20Version/badge.svg) [![PyPI version](https://badge.fury.io/py/cloudmitigator-semantic.svg)](https://badge.fury.io/py/cloudmitigator-semantic) Allows you to manage versioning and releases using git tags as the source of truth. No more manual bumping of version files. CloudMitigator Semantic allows the user to control releases via commit messages. All the rest is handled for you. Just use trigger words listed below, and if a word is detected, a release will be automatically completed. Incrementing the specified number. - Major release: `Major:` `major:` - Minor release: `Minor:` `minor:` - Patch release: `Patch:` `patch:` Trigger words can also be modified through the inclusion of a semantic.yml. major: - "major:" - "breaking:" minor: - "minor:" patch: - "patch:" ## Installation: Run `pip install cloudmitigator_semantic` This will install a script called `semantic` ## Usage: Run `semantic --help` for a list of commands that can be run. `semantic version` will return the latest git tag version if it has been changed, or the current git tag version if unchanged. v0.0.1 `semantic changed` will return a boolean on whether or not the version has been incremented. False ### Requirements: Must run command within a directory that has git initialized. If no version tag is specified then a default of v0.0.0 will be given. Make sure to tag your repo if you wish to start at a different seed number. This module is only compatible with 'v' tagging. This means '0.0.0' will not be recognized where 'v0.0.1' will be. This is meant to be run as part of a github action. Please see the sample implementation for an example.


نیازمندی

مقدار نام
==20.4.0 pyaml
==5.3.1 PyYAML
==7.0 Click


نحوه نصب


نصب پکیج whl cloudmitigator-semantic-0.1.6:

    pip install cloudmitigator-semantic-0.1.6.whl


نصب پکیج tar.gz cloudmitigator-semantic-0.1.6:

    pip install cloudmitigator-semantic-0.1.6.tar.gz