8.1.0 • Published 8 months ago

@nx-extend/changelog-notify v8.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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}"
    }
  }
}
8.1.0

8 months ago

8.0.0

10 months ago

7.0.4

11 months ago

7.0.3

1 year ago

7.0.2

1 year ago

7.0.1

1 year ago

7.0.0

1 year ago

6.0.0

1 year ago

5.0.1

2 years ago

5.0.0

2 years ago

4.1.2

2 years ago

4.1.1

2 years ago

4.1.0

2 years ago

1.0.2

2 years ago

1.0.1

3 years ago

1.0.0

3 years ago