معرفی شرکت ها


changelogs-cli-1.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Generates git changelog for Conventional Commits
ویژگی مقدار
سیستم عامل -
نام فایل changelogs-cli-1.0.0
نام changelogs-cli
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ali Yaman
ایمیل نویسنده aliymn.db@gmail.com
آدرس صفحه اصلی https://github.com/AliYmn/changelog
آدرس اینترنتی https://pypi.org/project/changelogs-cli/
مجوز MIT
# Changelogs Generator Hey! This Package is a [changelogs-cli](https://pypi.org/project/changelogs-cli/) package that creates automatic changelogs that supports [Conventional Commits.](https://www.conventionalcommits.org/en/v1.0.0/) Since we use Bitbucket, we needed something like this and I wanted to share it publicly in case you need it too. # Emoji Support If comments comply with conventional commit rules, they are supported with emoji. ```json [ "feat": "✅", "fix": "🚀", "build": "💚", "chore": "🚀", "docs": "📝", "style": "🎨", "refactor": "👷", "perf": "⚡️", "test": "🧪", "merge": "🎉", "revert": "⏪️" ] ```` # Installing pip install changelogs-cli # Example First, let's get into the current your repository. Example; ```cd /home/repository/``` Example usage is as follows. changelogs ```example/commits/``` (this should be commit link to show reference on changelogs md.) # Demo i will use this repo for example ; https://github.com/qoomon/git-conventional-commits <img src="https://raw.githubusercontent.com/AliYmn/changelog/master/images/ex1.png"> <img src="https://raw.githubusercontent.com/AliYmn/changelog/master/images/ex2.png"> --- The sample check logs are as follows : [Check it!](./exChangelog.md)


نحوه نصب


نصب پکیج whl changelogs-cli-1.0.0:

    pip install changelogs-cli-1.0.0.whl


نصب پکیج tar.gz changelogs-cli-1.0.0:

    pip install changelogs-cli-1.0.0.tar.gz