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

github-release-notes

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-release-notes

Node module to publish release notes based on commits between the last two tags.

  • 0.8.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
686
decreased by-2.14%
Maintainers
1
Weekly downloads
 
Created
Source

Github Release Notes

npm version js-standard-style Build Status Join the chat at https://gitter.im/github-release-notes/Lobby

Node module that generates release notes based on commit messages or closed issues between tags. It also can create a full changelog or add the latest release notes to the existing changelog file.

If you want to include it in a task, you can use grunt-github-release-notes

Installation

Install github-release-notes via npm:

npm install github-release-notes -g

Setup

First generate a github token at this link. You only need "repo" scope. Then add this to ~/.bash_profile or ~/.zshrc):

export GREN_GITHUB_TOKEN=your_token_here

Basic Usage

# Navigate to your project directory
cd ~/Path/to/repo
# Run the task
gren

Otherwise, you can run it anywhere passing the repo information:

gren --username=[username] --repo=[repo name]

To use a specific token you can specify it as option:

gren --token=[your token]

Demo

gren demo

Actions

Gren has two main usages: release and changelog. You can select the action with the --action option.

See full documentation here

Keywords

FAQs

Package last updated on 13 Apr 2017

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