Closed terencejeong closed 3 years ago
Hey @aroller thanks for the detailed comments! I hope you're having a good day.
So we pointed the changes to my forked repository and everything works accordingly, please see the screenshot below
And below is the results from running test/all.sh
which all seem to pass
`Inspecting 'test/success_fixture.xml'
:tada: This PR is included in version 1.2.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
@terencejeong no problem about the errors. So glad to have you contributing and this pull request looks like the right kind since you have tests.
Since the Actions are not being kicked off by this PR to show the tests pass, will you please run
test/all.sh
locally and paste the results of your master.Additionally, please test your changes with your action by replacing the Action reference in your usage to point at your repository, rather than here. This is how you can verify a release candidate will satisfy your needs....basically showing that if I were to merge your code line into mine, release it and tag it, then it would work the same.
Actions makes that super easy. Recommended in a branch in your target project, change:
to
Provide a screenshot of that working for you. That gives us all the confidence that your changes are working and the next release will be a keeper. Then you'll update your branch to use the new version or continue using
v1
and I'll update thev1
tag to match the new release.Cheers,
Aaron