Skip to content

Commit 670394f

Browse files
committed
chore: testing change logs
1 parent 3525172 commit 670394f

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: 'github-actions'
5+
directory: '/'
6+
schedule:
7+
interval: 'daily'

.github/workflows/release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ jobs:
9696
if-no-files-found: ignore
9797

9898
- name: Changelog
99-
uses: mikepenz/release-changelog-builder-action@v3.0.1
100-
id: build_changelog
99+
uses: Bullrich/generate-release-changelog@master
100+
id: Changelog
101101
env:
102-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102+
REPO: ${{ github.repository }}
103103

104104
- name: Create Release
105105
id: create_release
@@ -110,7 +110,9 @@ jobs:
110110
tag_name: ${{ github.ref }}
111111
release_name: ${{ github.ref }}
112112
body: |
113-
${{steps.build_changelog.outputs.changelog}}
113+
${{ steps.Changelog.outputs.changelog }}
114+
draft: false
115+
prerelease: false
114116

115117
- name: Upload release
116118
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)