0.4.0 • Published 8 years ago

gh-autorelease v0.4.0

Weekly downloads
14
License
-
Repository
github
Last release
8 years ago

Github Auto-Release CircleCI

Automatically create Github releases. Designed for use with CI.

Usage

  1. 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.

  1. 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.
0.4.0

8 years ago

0.3.3

8 years ago

0.3.1

8 years ago

0.1.0

8 years ago