wordpress-mobile / wordpress-mobile/release-toolkit
Add `get_prs_list` defaults
Open
@jkmassel is already working on this.
Since Mar 25, 2019.
bug
enhancement
- Dominant language
- Ruby
- Stars
- 31
- Forks
- 10
- Avg merge
- 5h 45m
- Merged PRs (30d)
- 2
Description
Today I inadvertently ran
bundle exec fastlane get_pullrequests_list start:tag:1.4
instead of
bundle exec fastlane get_pullrequests_list start_tag:1.4.
What Happened:
An empty file was produced
What I'd expect to happen
Fail with a warning that my start tag doesn't exist? Or if the start_tag arg isn't present, prompt me to enter it, or fail if it's not there.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.