github-post-release

v1.13.1
Forms release changelog and posts a note to each referenced issues after semantic release publishes a new module version
changelog github plugin semantic semantic-release

ban

ban

deps

deps-ok && dependency-check --no-dev . --entry src/postinstall.js

issues

git-issues

license

license-checker --production --onlyunknown --csv

pretty

prettier-standard 'src/*.js'

prelint

npm run pretty

lint

standard --verbose --fix src/*.js

pretest

npm run lint

secure

nsp check

size

t="$(npm pack .)"; wc -c "${t}"; tar tvf "${t}"; rm "${t}";

test

npm run unit

unit

mocha src/*-spec.js

semantic-release

semantic-release pre && npm publish && semantic-release post

demo

DEBUG=github-post-release node .

postinstall

node src/postinstall.js
npm i github-post-release

Metadata

  • MIT
  • >=4
  • Gleb Bahmutov
  • released 8/11/2017

Downloads

Maintainers