Skip to content

Commit 5240504

Browse files
authored
Merge pull request #196 from imaginer-dev/release
Release
2 parents f596854 + 5c3af28 commit 5240504

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

โ€Ž.github/release-drafter.ymlโ€Ž

Lines changed: 0 additions & 17 deletions
This file was deleted.

โ€Ž.github/workflows/release-drafter.ymlโ€Ž

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Release Drafter
22

33
on:
4-
pull_request:
4+
push:
5+
# branches to consider in the event; optional, defaults to all
56
branches:
67
- main
8+
# pull_request event is required only for autolabeler
9+
pull_request:
710
# Only following types are handled by the action, but one can default to all as well
811
types: [closed]
912
# pull_request_target event is required for autolabeler to support PRs from forks
@@ -29,12 +32,10 @@ jobs:
2932
# echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV
3033

3134
# Drafts your next Release notes as Pull Requests are merged into "master"
32-
- uses: release-drafter/release-drafter@v5
35+
- uses: release-drafter/release-drafter@v6
3336
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
3437
# with:
3538
# config-name: my-config.yml
3639
# disable-autolabeler: true
37-
with:
38-
config-file-path: release-drafter.yml
3940
env:
4041
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
ย (0)