Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

release-to-github-with-package-json

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-to-github-with-package-json

Parses package.json to publish a new release resource to the Github api

  • 1.3.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

release-to-github-with-package-json

This is a fork of release-to-github-with-changelog for lazy engineers.

Essentially, it uses the package.json file to get the version and name rather than a changelog.

Setup:

  1. npm i --save-dev release-to-github-with-package-json
  2. Ensure you have a version, name and repository.url in your package.json
  3. Set an environment variable for GITHUB_TOKEN with your github personal access token
  4. Then you can run npm run release-to-github-with-package-json to create a release tag
  5. Then bump the version number either using npm version patch -m '[ci skip] Bump version to %s' && git push origin master or something else

Keywords

FAQs

Package last updated on 02 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc