Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (24 loc) · 1.19 KB

release.md

File metadata and controls

29 lines (24 loc) · 1.19 KB

we use standard-version to handle project versioning, changelog generation and git tagging without automatic pushing to Github.

how it works

  1. bumps the version in based on package.json (according to commit history)
  2. uses conventional-changelog to update CHANGELOG.md
  3. tags a new release

cmd

  [valid release commands]
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  release        : release version by automatic CHANGELOG generation
                 | link: https://github.com/conventional-changelog/standard-version
                 | more:
                    | npm run release -- --prerelease
                    | npm run release -- --prerelease alpha
  .................................................................................
  release.master : release master branch
  .................................................................................
  release.dev    : release dev branch
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

e.p: make release.master