Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxmzigzag/bitbucket-package-pr-opener-script
a script that updates package.json in BitBucket repo and opens a pull request using BitBucket API.
https://github.com/mxmzigzag/bitbucket-package-pr-opener-script
Last synced: 29 days ago
JSON representation
a script that updates package.json in BitBucket repo and opens a pull request using BitBucket API.
- Host: GitHub
- URL: https://github.com/mxmzigzag/bitbucket-package-pr-opener-script
- Owner: mxmzigzag
- Created: 2023-10-05T07:22:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T15:17:26.000Z (about 1 year ago)
- Last Synced: 2023-10-06T13:02:27.575Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Script that updates package.json in BitBucket repo and opens a pull request using BitBucket API.
To use this script you need to replace data in a few variables at the top of the file:
### PACKAGE_NAME - name of package that you want to update
### PACKAGE_VERSION - new version of the updating package
### REPO_PLUG - plug name of your bitbucket repository
### WORKSPACE - your bitbucket workspace
### BRANCH_NAME - this one is optional. The name of the newly created branch.
### ACCESS_TOKEN - the acces token of bitbucket repository
Then just type node script.js and let it run :D