1.0.0 • Published 3 years ago

aio-cli-plugin-changelog v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
3 years ago

aio-cli-plugin-changelog

Config Plugin for the Adobe I/O CLI

Usage

$ aio plugins:install -g @adobe/aio-cli-plugin-changelog
$ # OR
$ aio discover -i
$ aio changelog --help...
$ aio config set <GITHUB_TOKEN>

Commands

aio changelog

Changelog generation tool

USAGE
  $ aio changelog

OPTIONS
  -c, --config-path=config-path      Local config path
  -n, --namespace=namespace          [default: ] Namespace, example: organization/repository:branch
  -t, --path-type=absolute|relative  [default: absolute] Local config path type

EXAMPLE
  $ aio changelog:generate

aio changelog:generate

USAGE
  $ aio changelog:generate

OPTIONS
  -c, --config-path  Path to local config   
  -t, --type-path    Local config path type (Absolute or Relative)
  -n, --namespace    Namespaces, example: organization/repository:branch (Multiple param)
  --verbose     show all config values

Configuration example:

{
  "combine": {
    "oco-test/buddy-repo:master": {}
  },
  "loader": {
    "name": "PullRequest",
    "config": {
      "exclude": {
        "labels": []
      },
      "groupBy": {
        "name" : "labels",
        "config": {
          "Enhancement": []
        }
      }
    }
  },
  "output": {
    "override": false,
    "template": "pullrequest-issue",
    "filename": "CHANGELOG.md"
  }
}