https://github.com/axel-dev/release-it-update-manifest-plugin
A plugin to update manifest file(s) version on release
https://github.com/axel-dev/release-it-update-manifest-plugin
Last synced: 4 months ago
JSON representation
A plugin to update manifest file(s) version on release
- Host: GitHub
- URL: https://github.com/axel-dev/release-it-update-manifest-plugin
- Owner: AXeL-dev
- Created: 2022-10-29T12:03:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T13:31:35.000Z (over 3 years ago)
- Last Synced: 2025-08-09T14:59:22.458Z (6 months ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# release it - update manifest plugin
[](https://www.npmjs.com/package/release-it-update-manifest-plugin)
[](https://www.npmjs.com/package/release-it-update-manifest-plugin)
[](https://standardjs.com)
> A [release-it](https://github.com/release-it/release-it) plugin to update manifest file(s) version on release.
## Install
```bash
npm i -D release-it-update-manifest-plugin
```
## Usage
Simply add the plugin to your `.release-it.json` file:
```diff
{
...
"plugins": {
+ "release-it-update-manifest-plugin": {
+ "preset": "react"
+ }
}
}
```
## Options
| Option | Default value | Description |
| --------- | ------------- | -------------------------------------------------------------------------- |
| `preset` | `react` | Default 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](https://github.com/AXeL-dev)