Eduardo Mozart de Oliveira 11 месяцев назад
Родитель
Сommit
1eca10ee2b
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      .github/workflows/release.yml

+ 8 - 1
.github/workflows/release.yml

@@ -41,13 +41,20 @@ jobs:
               #excludeTypes: build,docs,style
               #includeInvalidCommits: true
 
-          - name: Commit CHANGELOG.md
+          - name: Commit CHANGELOG.md (master)
             uses: stefanzweifel/git-auto-commit-action@v4
             with:
               branch: master
               commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
               file_pattern: CHANGELOG.md
 
+          - name: Commit CHANGELOG.md (branch)
+            uses: stefanzweifel/git-auto-commit-action@v4
+            with:
+              branch: ${{ github.ref_name }}
+              commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
+              file_pattern: CHANGELOG.md
+
     build:
       name: Upload Release Asset
       permissions: write-all