New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github-publish-release

Package Overview
Dependencies
Maintainers
23
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-publish-release

[![Codeship Status for ahmdigital/github-publish-release](https://app.codeship.com/projects/fa578ea0-0226-0138-345f-6ebc63c4dece/status?branch=master)](https://app.codeship.com/projects/378227)

  • 6.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
71
increased by1.43%
Maintainers
23
Weekly downloads
 
Created
Source

github-publish-release

Codeship Status for ahmdigital/github-publish-release

NOTE: This repo is manually released for now.

Tools aimed to simplify release publishing on github. It gets latest release available and builds a list of pull requests that were merged thereafter. As a result you get a nicely looking release notes:


  • initial version #1 (by @runk)
  • fix path, update readme #2 (by @runk)

Configuration

To use this tool you need to generate personal access token with repo access (see help article for details), then configure environment variable GITHUB_OAUTH_TOKEN with this token. That's it. NOTE: Github's token UI is misleading, the repo checkbox is different to ticking all the nested checkboxes; theres extra permissions you can't grant granularly.

Expected release flow

  1. Make a commit with message including [major], [minor] or [patch]. git commit -a -m '[major]: Do some breaking changes'
  2. Run github-publish-release script.
  3. Push local changes (that occur in p. 1) to github with git push --follow-tags or similar.
  4. Publish module with npm publish.

FAQs

Package last updated on 09 May 2023

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