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 5a9b058 commit a61c2faCopy full SHA for a61c2fa
.github/workflows/release-plz.yml
@@ -77,6 +77,6 @@ jobs:
77
gh pr checkout $pr_number
78
# change "echo" with your commands
79
git add .
80
- git commit -m "ci: Update msrv and/or readme"
+ git commit -m "ci: Update msrv and/or readme" | true
81
git push
82
- fi
+ fi
0 commit comments