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

7.0.0 • 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}"
    }
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @nx-extend/changelog-notify

Weekly Downloads

13

Version

7.0.0

License

MIT

Unpacked Size

24.1 kB

Total Files

36

Last publish

Collaborators

  • tripss