@jcowman/test-release-workflow
v2.1.1
Published
Experimental package for testing a release workflow.
Readme
Test-Release-Workflow
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.mdandpackage.json. - Pushes the updates to GitHub.
Tools
- Commitizen
- Semantic-release
Instructions
Install Dependencies
npm installnpm install -g commitizen
Make changes
Commit with
git czRelease with
npx semantic-release
