معرفی شرکت ها


lerna-changelog-2.2.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Generate a changelog for a lerna monorepo
ویژگی مقدار
سیستم عامل -
نام فایل lerna-changelog-2.2.0
نام lerna-changelog
نسخه کتابخانه 2.2.0
نگهدارنده ['evocateur', 'turbo87', 'hzoo', 'gigabo']
ایمیل نگهدارنده ['daniel.stockman@gmail.com', 'tobias.bieniek@gmail.com', 'hi@henryzoo.com', 'gigabo@gmail.com']
نویسنده Bo Borgerson
ایمیل نویسنده gigabo@gmail.com
آدرس صفحه اصلی git+https://github.com/lerna/lerna-changelog.git
آدرس اینترنتی https://github.com/lerna/lerna-changelog#readme
مجوز MIT
lerna-changelog ============================================================================== [![TravisCI Build Status][travis-badge]][travis-badge-url] [![Latest NPM release][npm-badge]][npm-badge-url] [npm-badge]: https://img.shields.io/npm/v/lerna-changelog.svg [npm-badge-url]: https://www.npmjs.com/package/lerna-changelog [travis-badge]: https://img.shields.io/travis/lerna/lerna-changelog/master.svg [travis-badge-url]: https://travis-ci.org/lerna/lerna-changelog PR-based changelog generator with monorepo support Usage ------------------------------------------------------------------------------ ```bash npx lerna-changelog ``` ```md ## Unreleased (2018-05-24) #### :bug: Bug Fix * [#198](https://github.com/my-org/my-repo/pull/198) Avoid an infinite loop ([@helpful-hacker](https://github.com/helpful-hacker)) #### :house: Internal * [#183](https://github.com/my-org/my-repo/pull/183) Standardize error messages ([@careful-coder](https://github.com/careful-coder)) #### Commiters: 2 - Helpful Hacker ([@helpful-hacker](https://github.com/helpful-hacker)) - [@careful-coder](https://github.com/careful-coder) ``` By default `lerna-changelog` will show all pull requests that have been merged since the latest tagged commit in the repository. That is however only true for pull requests with certain labels applied. The labels that are supported by default are: - `breaking` (:boom: Breaking Change) - `enhancement` (:rocket: Enhancement) - `bug` (:bug: Bug Fix) - `documentation` (:memo: Documentation) - `internal` (:house: Internal) You can also use the `--from` and `--to` options to view a different range of pull requests: ```bash npx lerna-changelog --from=v1.0.0 --to=v2.0.0 ``` ### Monorepo support If you have a packages folder and your projects in subfolders of that folder `lerna-changelog` will detect it and include the package names in the changelog for the relevant changes. ### GitHub Token Since `lerna-changelog` interacts with the GitHub API you may run into rate limiting issues which can be resolved by supplying a "personal access token": ``` export GITHUB_AUTH="..." ``` You'll need a [personal access token](https://github.com/settings/tokens) for the GitHub API with the `repo` scope for private repositories or just `public_repo` scope for public repositories. Configuration ------------------------------------------------------------------------------ You can configure `lerna-changelog` in various ways. The easiest way is by adding a `changelog` key to the `package.json` file of your project: ```json5 { // ... "changelog": { "labels": { "feature": "New Feature", "bug": "Bug Fix" } } } ``` The supported options are: - `repo`: Your "org/repo" on GitHub (automatically inferred from the `package.json` file) - `nextVersion`: Title for unreleased commits (e.g. `Unreleased`) - `labels`: GitHub PR labels mapped to changelog section headers - `ignoreCommitters`: List of committers to ignore (exact or partial match). Useful for example to ignore commits from bots. - `cacheDir`: Path to a GitHub API response cache to avoid throttling (e.g. `.changelog`) License ------------------------------------------------------------------------------ `lerna-changelog` is released under the [MIT License](LICENSE).


نیازمندی

مقدار نام
^4.0.0 chalk
^2.1.11 cli-highlight
^5.0.0 execa
^4.0.0 hosted-git-info
^9.0.0 make-fetch-happen
^3.0.0 p-map
^2.0.0 progress
^17.1.0 yargs


زبان مورد نیاز

مقدار نام
14.18.0 Npm


نحوه نصب


نصب پکیج tgz lerna-changelog-2.2.0:

    npm install lerna-changelog-2.2.0.tgz