1.0.22 • Published 9 months ago

@argodevops/semantic-release-teams v1.0.22

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Semantic-release-teams

semantic-release--teams is a plugin for semantic release that will notify a list of urls of a given release, using a preconfigured teams webhook.

Usage

// release.config.js OR .releaserc.json

{
    plugins: [
        '@argodevops/semantic-release-teams', { packageName: 'package_one', envKey: 'NOTIFY_URLS' }
    ]
}

Config

  • envKey
    • type: string
    • default: NOTIFY_TEAMS_LIST
    • The environment variable used to store the comma seperated list of urls to notify
  • packageName
    • type: string
    • The name of the package to be used in notification messages
1.0.22

9 months ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.21

12 months ago

1.0.20

12 months ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.112

1 year ago

1.0.11

1 year ago

1.0.1

1 year ago

1.0.10

1 year ago