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
Fix bugfix-release.sh behavior when there is nothing to release
```
./tekton/bugfix-release.sh: line 17: return: can only `return' from a function or sourced script
```
It should be `exit` instead :)
Signed-off-by: Vincent Demeester <[email protected]>
0 commit comments