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
It looks like you are doing active development on master... It seems to me you should either make a separate dev branch and only merge to master when you release a version, or you should change the installation instructions to use (the latest) tagged release, like this:
Currently, the installation instructions for CRMInt contain this line:
bash <(curl -Ls https://raw.githubusercontent.com/google/crmint/master/scripts/install.sh) master
It looks like you are doing active development on
master
... It seems to me you should either make a separatedev
branch and only merge tomaster
when you release a version, or you should change the installation instructions to use (the latest) tagged release, like this:bash <(curl -Ls https://raw.githubusercontent.com/google/crmint/1.1.5/scripts/install.sh) 1.1.5
The text was updated successfully, but these errors were encountered: