# adobe-changelog-generator **Repository Path**: mirrors_adobe/adobe-changelog-generator ## Basic Information - **Project Name**: adobe-changelog-generator - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-20 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Adobe Changelog Generator ===================== **Adobe Changelog Generator** is the core package that is used to generate a changelog file. * [Installation and update](#installation) * [Commands](#commands) ## Technical Requirements * [NodeJS 12 or higher](https://nodejs.org/en/download/) * [AIO CLI](https://github.com/adobe/aio-cli) # Installation ``` $ aio plugins:install @adobe/aio-cli-plugin-changelog # OR $ aio discover -i $ aio changelog --help... $ aio config:set GITHUB_TOKEN= ``` ## Update Please use the latest version of the plugin. Use command `aio plugins` to see outdated plugins. Use command `aio plugins:update` for update plugins to the latest stable version. # Commands * [`aio changelog:generate`](#aio-changeloggenerate) * [`aio changelog:generate-config-sample`](#aio-changeloggenerate-config-sample) ## `aio changelog:generate` Changelog generation tool ``` Changelog generation tool USAGE $ aio changelog:generate OPTIONS -c, --config=config Path to the configuration located on your local machine -n, --namespaces=namespaces [default: ] Generate changelog for specific namespace, example: organization/repository:branch ``` ## `aio changelog:generate-config-sample` ``` USAGE $ aio changelog:generate-config-sample OPTIONS -t, --type=short|long [default: Short] Type of generated config. Short - minimum required configuration for application. Long - config with all possible parameters -p, --path=path [default: /config.json] Path to generated config sample. ``` ## Maintainers and Contributors This project is maintained by [Open Contribution Office](https://wiki.corp.adobe.com/display/DMSArchitecture/Open+Contribution+Office). ## Contact Us **Slack**: [#devex-open-contribution-office](https://magento.slack.com/archives/C018Z6CB57U) **Mail**: [devex-open-contribution-office@adobe.com](mailto:devex-open-contribution-office@adobe.com)