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
❯ fotingo release -h
Usage: fotingo-release [options]
Options:
-n, --no-branch-issue Do not pick issue from the branch name
-i, --issue [issue] Specify more issues to include in the release (default: )
-h, --help output usage information
it seems that -n and --no-branch-issue are equivalent. However, if I execute
❯ fotingo release -n -issue_1 release_1
[1/5] 🚀 Initializing services...
error 💥 You haven't made any changes to this branch
Using --no-branch-issue seem to be working correctly
The text was updated successfully, but these errors were encountered:
This is interesting, as both options are an alias defined in commander. My guess is that something may have changed in the repo or the origin between both executions.
According to the documentation:
it seems that
-n
and--no-branch-issue
are equivalent. However, if I executeUsing
--no-branch-issue
seem to be working correctlyThe text was updated successfully, but these errors were encountered: