Skip to content

Commit 3800593

Browse files
committed
Remove changelog
1 parent 77b5179 commit 3800593

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/make_release.yaml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ jobs:
2121
- name: Run version script
2222
id: script
2323
run: |
24-
python extra/release.py "${{ inputs.version }}" >> changelog.txt
25-
- name: Store the changelog
26-
uses: actions/upload-artifact@v3
27-
with:
28-
name: changelog
29-
path: changelog.txt
30-
- run: rm changelog.txt
24+
python extra/release.py "${{ inputs.version }}"
3125
- uses: EndBug/add-and-commit@v9
3226
name: Commit the changes
3327
with:
@@ -69,17 +63,12 @@ jobs:
6963
with:
7064
name: python-package-distributions
7165
path: dist/
72-
- name: Download the changelog
73-
uses: actions/download-artifact@v3
74-
with:
75-
name: changelog
76-
path: changelog.txt
7766
- name: Create a GitHub release
7867
uses: ncipollo/release-action@v1
7968
with:
8069
tag: ${{ steps.tag_version.outputs.new_tag }}
8170
name: Release ${{ steps.tag_version.outputs.new_tag }}
82-
bodyFile: ./changelog.txt
71+
body: "Check [here](https://beets.readthedocs.io/en/stable/changelog.html) for the latest changes."
8372
artifacts: dist/*
8473

8574
publish_to_pypi:

0 commit comments

Comments
 (0)