You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add PR title and description support to create command (#33)
* feat: add PR title and description support to create command
Closes#29
- Prompt user for PR title and description when creating a PR
- If title is left empty, use the default 'Merge {source} into {destination}'
- If description is left empty, PR is created without a description
- Pass title and description through to bulkCreate and Bitbucket API
* feat(pr): enhance PR creation with title and description arguments
[fix] extra space (#27)
* [feat] bulk create for pr
* [fix] duplication of code
* [fix] code format
* [fix] extra space
---------
Co-authored-by: Erşan Işık <[email protected]>
Add container as viable setup (#20)
* First pass at Docker build
* Write to releases
* Correct case for registry
* Fine, proper heredoc
* Argh. Use id: push
* Update readme
* Add (necessary) --rm flag