1.1.28 • Published 27 days ago

@adobe/semantic-release-coralogix v1.1.28

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
27 days ago

Semantic Release Coralogix Plugin

When releasing with semantic release, automatically tag releases in Coralogix, so that release-related errors can be found faster

Coralogix has a great tags feature that allows you to flag the time when a particular service has been deployed (which might impact its likelihood of causing errors or other changed behavior). If you are using Semantic Release to automate releases, then this plugin can tag releases for you automatically.

StepDescription
verifyConditionsVerify that the CORALOGIX_TAGGER_API_KEY environment variable has been set and that it is able to access the Coralogix API
publishAdd a release tag to Coralogix, supporting the configured applications, subsystems, and iconUrl

Status

codecov CircleCI GitHub license GitHub issues LGTM Code Quality Grade: JavaScript semantic-release

Installation

$ npm install -D @adobe/semantic-release-coralogix

Usage

Usage

The plugin can be configured in the semantic-release configuration file:

{
  "plugins": [
    "@semantic-release/commit-analyzer",
    "@semantic-release/release-notes-generator",
    ["@adobe/semantic-release-coralogix", {
      "iconUrl": "https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/240/apple/325/ship_1f6a2.png",
      "applications": [
        "my-app"
      ]
    }],
  ]
}

Configuration

Environment Variables

VariableDescription
CORALOGIX_TAGGER_API_KEYThe API key should be copied from Data Flow –> API Keys –> "Alerts, Rules and Tags API Key"

Options

ParameterTypeDescription
applicationstring[]The applications this release will affect. If empty, all applications will be affected
subsystemstring[]The subsystems this release will affect. If empty, all subsystems will be affected
hostnamestringThe base hostname you use to access Coralogix. Omit for coralogix.com
iconUrlstringURL of a small image to use as the icon for the release.

Development

Build

$ npm install

Test

$ npm test

Lint

$ npm run lint
1.1.28

27 days ago

1.1.27

6 months ago

1.1.26

8 months ago

1.1.25

12 months ago

1.1.23

1 year ago

1.1.22

1 year ago

1.1.21

1 year ago

1.1.24

1 year ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.19

1 year ago

1.1.18

1 year ago

1.1.17

1 year ago

1.1.20

1 year ago

1.1.12

1 year ago

1.1.14

1 year ago

1.1.13

1 year ago

1.1.9

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago