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 0e42e76 commit f5f3956Copy full SHA for f5f3956
.github/workflows/create-release.yml
@@ -78,6 +78,7 @@ jobs:
78
touch $FILE_NAME
79
echo "## Enhancements" >> beta-releasenotes.md
80
echo "## Bugs" > beta-releasenotes.md
81
+ echo "## Others" >> beta-releasenotes.md
82
git add .
83
git commit -am "Updated release-notes files"
84
git push -f https://${GIT_CONFIG_NAME}:${GH_TOKEN}@github.com/${GITHUB_REPOSITORY} release-bot
@@ -88,6 +89,7 @@ jobs:
88
89
git config --global user.name "$GIT_CONFIG_NAME"
90
91
92
93
94
git commit -am "Created release-notes files"
95
0 commit comments