6.0.0 • Published 3 months ago

@nx-extend/changelog-notify v6.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@nx-extend/changelog-notify

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}"
    }
  }
}
6.0.0

3 months ago

5.0.1

5 months ago

5.0.0

6 months ago

4.1.2

9 months ago

4.1.1

9 months ago

4.1.0

11 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago