Skip to content

Commit

Permalink
Revert ":art: Add default drafter config (#156)" (#164)
Browse files Browse the repository at this point in the history
This reverts commit fbc6798.
  • Loading branch information
flaxel authored Sep 4, 2023
1 parent 44a7ef5 commit a98cc0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/template_release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,6 @@ jobs:
runs-on: ubuntu-22.04

steps:
- name: Create Drafter Configuration
if: ${{ hashFiles('.github/release-drafter.yml') != '' }}
run: |
mkdir -p .github
cat <<EOT >> .github/release-drafter.yml
template: |
## Changes
$CHANGES
EOT
- name: Update Release
uses: release-drafter/release-drafter@v5.24.0
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
<details>
<summary>The action can be used to draft automatically a new release.</summary>
If you want to use the template action, you can customize the release template by adding the `.github/release-drafter.yml` configuration.
If you want to use the template action please note that you must have the configuration file `.github/release-drafter.yml`.
More information on how to configure this file can be found [here](https://github.com/marketplace/actions/release-drafter#configuration).

```yml
Expand Down

0 comments on commit a98cc0d

Please sign in to comment.