Skip to content

Commit

Permalink
Remove releasenotes from release action (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 15, 2020
1 parent 0f2f2a7 commit 275d6cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 207 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,3 @@ jobs:
asset_name: hacs.zip
tag: ${{ github.ref }}
overwrite: true

releasenotes:
name: Prepare releasenotes
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v1

- name: Enable version 3.8 of Python
uses: actions/setup-python@v1
with:
python-version: 3.8

- name: Install requirements
run: |
python3 -m pip install setuptools wheel
python3 -m pip install -r /home/runner/work/integration/integration/requirements.txt
- name: Update release notes
run: python3 /home/runner/work/integration/integration/manage/generate_releasenotes.py --token ${{ secrets.GITHUB_TOKEN }} --release yes --tag ${{ github.ref }}
187 changes: 0 additions & 187 deletions manage/generate_releasenotes.py

This file was deleted.

0 comments on commit 275d6cc

Please sign in to comment.