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 cb58bd5 commit 823e1dbCopy full SHA for 823e1db
.github/workflows/release.yml
@@ -80,6 +80,7 @@ jobs:
80
git checkout -b $NEW_VERSION
81
git commit -sam "chore(skip-release): set version to $NEW_VERSION"
82
git push -u origin $NEW_VERSION
83
+ gh pr create -B main -H $NEW_VERSION --title "chore(skip-release): set version to $NEW_VERSION" --body 'Created by Github action'
84
85
- name: Simple conventional changelog
86
uses: redhat-developer/simple-conventional-changelog@0a6db1ac3910c2cf66f2e1a530951dba1ece8540 #0.0.12
0 commit comments