Something went wrong while setting issue due date.
Support install and require package by branch name
SHORT DESCRIPTION (required)
Currently we can only install and require packages with a tag, but will be cool to be able to require also by branch name.
NEW USER HISTORY (required)
- When using
install
orrequire
commands we MUST be able to use also the branch name, instead of just a tag.
CURRENT BEHAVIOR (required)
Install
Required packages file
github.com,exadra37-bash,file-system,0.3.0
github.com,exadra37-bash,pretty-print,0.1.0
Command
bpm install
Require
By Tag
bpm require exadra37-bash file-system 0.2.0
EXPECTED BEHAVIOR (required)
We MUST be able to install and require by tag and branch name:
Install
Required packages file
github.com,exadra37-bash,file-system,0.3.0
github.com,exadra37-bash,pretty-print,last-stable-release
Command
bpm install
Require
By Tag (current)
bpm require exadra37-bash file-system 0.2.0
By Branch Name (New)
bpm require exadra37-bash file-system last-stable-release
RELATED TO (optional)
N/A
DEPENDS ON (optional)
N/A
LINKS (optional)
N/A