https://github.com/zaqqaz/uptoversion
Raise a pull request to update the dependency to the specific version in any project
https://github.com/zaqqaz/uptoversion
dependencies git pr update version
Last synced: about 1 year ago
JSON representation
Raise a pull request to update the dependency to the specific version in any project
- Host: GitHub
- URL: https://github.com/zaqqaz/uptoversion
- Owner: zaqqaz
- License: mit
- Created: 2020-08-05T15:52:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T13:46:06.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T11:19:07.202Z (over 1 year ago)
- Topics: dependencies, git, pr, update, version
- Language: TypeScript
- Homepage:
- Size: 117 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/prettier/prettier)
[](#)
# UPTOVERSION
Raise a pull request to update the dependency to the specific version in any project
### Installation
- For CI
```
npm i uptoversion
```
- For local usage
```
npm i -g uptoversion
```
### Usage
Just pass GITHUB_TOKEN, RepoName, PackageName, CustomPath(optional, i.e. "packages/myPackage"), PackageVersion, BaseBranch(optional, default - "master") and run uptoversion
```
GITHUB_TOKEN="token" BaseBranch="master" RepoName="zaqqaz/uptoversion" PackageName="typescript" PackageVersion="next" uptoversion
```
## Enjoy 🚀🥤