Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <vdemeest@redhat.com>
- Loading branch information