Skip to content

Tags: bitrise-io/go-utils

Tags

Verified

This tag was signed with the committer’s verified signature.
ofalvai Olivér Falvai

v2.0.0-alpha.23


    

v2.0.0-alpha.22

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Return ExitError type (#196)

Shove the original command error in the error tree.
This allows checking for the specific exit code by code like this:

	var exitError *exec.ExitError
	if errors.As(err, &exitError) {

Added command.FormattedError type to work around issue of not
returning the original exec.ExitError type. The Unwrap() method returns
the original error, so the above example will now work.

v2.0.0-alpha.21


    

v1.0.13

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added UpdateRef (#193)

v1.0.12


    

v1.0.11


    

v2.0.0-alpha.20


    

v1.0.10


    

v1.0.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update internal_logger.go (#185)