Skip to content

A node script that updates package.json in BitBucket repo and opens a pull request.

Notifications You must be signed in to change notification settings

vkelembet/redocly-package-json-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redocly-package-json-updater

A node script that updates package.json in BitBucket repo and opens a pull request.

Usage

npm start -- --package-name=package --package-version=^1.2.5 --repo-workspace=bitbucket-user --repo-slug=bitbucket-repository-name

Provide BitBucket credentials via environment variables for production, or in .env file for development.

BITBUCKET_AUTH_USERNAME=bitbucket-user
BITBUCKET_AUTH_PASSWORD=bitbucket-password

About

A node script that updates package.json in BitBucket repo and opens a pull request.

Resources

Stars

Watchers

Forks