@nx-extend/changelog-notify
TypeScript icon, indicating that this package has built-in type declarations

7.0.3 • Public • Published

@nx-extend/changelog-notify

@nx-extend/changelog-notify NPM package

Nx plugin to notify you of generated changelogs created by jscutlery/semver.

Setup

Install

npm install -D @nx-extend/changelog-notify

Usage

{
  "version": {
    "executor": "@jscutlery/semver:version",
    "options": {
      ...options
    },
    "configurations": {
      "production": {
        "postTargets": [
          "<this project name>:send-release-to-chat"
        ]
      }
    }
  },
  "send-release-to-chat": {
    "executor": "@nx-extend/changelog-notify:google-chat",
    "options": {
      "tag": "${tag}",
      "notes": "${notes}"
    }
  }
}

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @nx-extend/changelog-notify

    Weekly Downloads

    91

    Version

    7.0.3

    License

    MIT

    Unpacked Size

    24.8 kB

    Total Files

    36

    Last publish

    Collaborators

    • tripss