github-generate-release

v1.0.7
Simplest way to create a GitHub release.
github release

lint

standard

test

c8 ava

clean

rm -rf node_modules

pretest

npm run lint

release

standard-version -a

coverage

c8 report --reporter=text-lcov > coverage/lcov.info

postrelease

npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)

contributors

(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true

release:tags

git push --follow-tags origin HEAD:master

release:github

./bin/index.js

Metadata

  • MIT
  • >= 18
  • Kiko Beats
  • released 7/18/2024

Downloads

Maintainers