Socket
Book a DemoInstallSign in
Socket

release-it-update-manifest-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-it-update-manifest-plugin

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

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

release

FAQs

Package last updated on 29 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts