1.0.1 • Published 2 years ago

release-it-update-manifest-plugin v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

release it - update manifest plugin

NPM Downloads JavaScript Style Guide

A release-it plugin to update manifest file(s) version on release.

Install

npm i -D release-it-update-manifest-plugin

Usage

Simply add the plugin to your .release-it.json file:

  {
    ...
    "plugins": {
+     "release-it-update-manifest-plugin": {
+        "preset": "react"
+      }
    }
  }

Options

OptionDefault valueDescription
presetreactDefault plugin preset. Possible values: react or angular.
pattern | Glob module pattern. Can be used when none of the presets fits your needs.

License

MIT © AXeL-dev