We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc1a5e commit 07da2beCopy full SHA for 07da2be
.github/workflows/breaking.yml
@@ -25,6 +25,8 @@ jobs:
25
run: test -e ~/go/bin/gorelease || go install golang.org/x/exp/cmd/gorelease@latest
26
- name: Check broken API changes
27
run: gorelease -base=$GITHUB_BASE_REF 2>&1 > changes.txt | true
28
+ - name: Print API changes
29
+ run: cat changes.txt
30
- name: Comment Report
31
if: always()
32
uses: marocchino/sticky-pull-request-comment@v2
0 commit comments