Closed bryanchriswhite closed 1 year ago
The changelog validation step wasn't testing the output for failure but instead was always exiting with status 0.
This pull request fixes a bug where changelog validation was not exiting properly on failure. The patch now correctly exits on failure.
N/A
Please mark the relevant option(s):
make develop_test
make test_e2e
e2e-devnet-test
godoc
shared/docs/*
shared/*
Description
The changelog validation step wasn't testing the output for failure but instead was always exiting with status 0.
Summary generated by Reviewpad on 18 May 23 09:42 UTC
This pull request fixes a bug where changelog validation was not exiting properly on failure. The patch now correctly exits on failure.
Issue
N/A
Type of change
Please mark the relevant option(s):
List of changes
Testing
make develop_test
; if any code changes were mademake test_e2e
on k8s LocalNet; if any code changes were madee2e-devnet-test
passes tests on DevNet; if any code was changedRequired Checklist
godoc
format comments on touched members (see: tip.golang.org/doc/comment)If Applicable Checklist
shared/docs/*
if I updatedshared/*
README(s)