UNPKG

@auto-canary/omit-release-notes

Version:

Omit release notes plugin for auto

45 lines (44 loc) 984 B
{ "name": "@auto-canary/omit-release-notes", "version": "8.1.0-canary.789.10408.0", "main": "dist/index.js", "description": "Omit release notes plugin for auto", "author": { "name": "Andrew Lisowski", "email": "lisowski54@gmail.com" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "https://github.com/intuit/auto" }, "files": [ "dist" ], "keywords": [ "automation", "semantic", "release", "github", "labels", "automated", "continuos integration", "changelog", "filter", "omit" ], "scripts": { "build": "tsc -b", "start": "npm run build -- -w", "lint": "eslint src --ext .ts", "test": "jest --maxWorkers=2 --config ../../package.json" }, "dependencies": { "@auto-it/core": "link:../../packages/core", "tslib": "1.10.0" }, "gitHead": "caa303e6793fc93ae04e8f047d976c65ea3d6b66" }