Package detail

@videojs/update-changelog

videojs789Apache-2.00.0.4

A wrapper around conventional-changelog-cli to better support prereleases.

readme

@videojs/update-changelog

A wrapper around conventional-changelog-cli to better support prereleases.

Why?

Created to work around issues with full version changelogs when prerelease tags exist.

See: https://github.com/conventional-changelog/standard-version/issues/203

Installation

Install @videojs/update-changelog

$ npm i --save-dev @videojs/update-changelog

Usage

Command line

This package provides two binaries videojs-update-changelog and vjs-update-changelog. Both do the same thing. Pass --help to binaries for more information.

License

Apache-2.0. Copyright (c) Brightcove, Inc.

changelog

0.0.4 (2021-08-19)

Bug Fixes

  • delete prereleases between the current and previous version only (1ea7790)

0.0.3 (2021-08-18)

Bug Fixes

  • Only add a version entry one time (152b56b)
  • only generate 2 versions if current version tag has been created (27d6a7b)

Chores

  • fix duplicate version in CHANGELOG.md (623f3c9)

0.0.2 (2021-08-18)

Bug Fixes

  • only use semver on valid version tags (f83ae36)

0.0.1 (2021-08-16)

Features

  • improve the code via tests (8ecfba3)
  • initial commit and implementation (dc814f4)