We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for generating the url based on configs (Ex. staging, production, demo)
Should reference specifications from the .ghprrc file
An example file would be as follows:
[defaults] ... # default parameters [config:production] dest="master" title="Production Merge: " [config:staging] dest="staging" title="Staging Merge: "
The command could be ghpr --config production (Open to Suggestions!)
ghpr --config production
Note: It should support adding all other parameters as well, which(if specified) would take preference over the ones present in the .ghprrc file
.ghprrc
To save your time and mine, DO NOT start your implementation without discussing your approach in this forum first.
A good PR would include:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add support for generating the url based on configs (Ex. staging, production, demo)
Should reference specifications from the .ghprrc file
An example file would be as follows:
The command could be
ghpr --config production
(Open to Suggestions!)To save your time and mine, DO NOT start your implementation without discussing your approach in this forum first.
A good PR would include:
The text was updated successfully, but these errors were encountered: