🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

gh-autorelease

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-autorelease

Automatically create Github releases. Designed for use with CI.

latest
Source
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

Github Auto-Release CircleCI

Automatically create Github releases. Designed for use with CI.

Usage

  • Add GITHUB_API_TOKEN to environment:

    export GITHUB_API_TOKEN=abcdefg
    

    Note that this is a personal access token you will need to generate: Github API Token.

  • Create a gh-autorelease.json file:

    {
        "repo": "*owner*/*repo*"
    }
    

Configuration Options

The following configurations options are supported:

NameTypeDescription
repostringRequired. The name of the repo to use (including the owner). eg. njbmartin/gh-auto-release.
tag_namestringOptional. The name of the tag. Defaults to version provided in package.json.
namestringOptional. The name of the release. Defaults to version provided in package.json.
bodystringOptional. Text describing the contents of the tag. Defaults to description provided in package.json.
draftbooleanOptional. Create as a draft/published release.
prereleasebooleanOptional. Marks release as prerelease.

FAQs

Package last updated on 13 Oct 2016

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