-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove version funcs from utils * Don't cast semver to string too quickly * Use struct to build gb and gbm prs * Add prs to gb build * return a semver stuct from PriorVerion * Add base to pr build struct * Get basic pr cherry-picking working * Use the tag to create a shallow clone * Add the dir to the command client struct * Add prompts to manually resolve conflicts and edit changelog * Dont prompt to resovle a conflict if there are no conflicts * Remove debug logs * Clean up console prompts * Guard against the commit not being available locally * use 'keep' instead of 'k' to keep the temp directory * print out files that are not opened * Fix regression in 'all' command * Fix regression in 'gbm' command * Add repo to build struct * Generalize the create patch function * update preview function to handle grafted branches * Skip cherry pick set up if there are no prs This is mostly for local testing * Update gbm release to handle patches * Fix how nvm installs node * Update all command to handle patches * Go back to using the gh package preview PR function * add binary
- Loading branch information
Showing
11 changed files
with
104 additions
and
82 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters