jcowman2 / test-release-workflow

Experimental package for testing a release workflow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test-Release-Workflow

Build Status

This repository serves as a playground for me to test my JavaScript release workflow.

Features

  • Provides a standard for commit messages.
  • Automatically deploys project to npm and GitHub.
  • Updates CHANGELOG.md and package.json.
  • Pushes the updates to GitHub.

Tools

  • Commitizen
  • Semantic-release

Instructions

  1. Install Dependencies

    1. npm install
    2. npm install -g commitizen
  2. Make changes

  3. Commit with git cz

  4. Release with npx semantic-release

About

Experimental package for testing a release workflow.


Languages

Language:JavaScript 100.0%