mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-18 16:07:57 +01:00
Write beta changelog for beta and stable releases
This commit is contained in:
parent
d3cc227c4a
commit
3397c8080e
1
.github/workflows/bump-version.yml
vendored
1
.github/workflows/bump-version.yml
vendored
@ -22,7 +22,6 @@ jobs:
|
||||
- run: pip install -r script/requirements.txt
|
||||
- run: script/bump-version.py ${{ github.event.inputs.version }}
|
||||
- name: Write Beta changelog
|
||||
if: ${{ contains(github.event.inputs.version, 'b') }}
|
||||
run: |
|
||||
cat > esphome-beta/CHANGELOG.md << 'EOF'
|
||||
## ${{ github.event.inputs.version }}
|
||||
|
Loading…
Reference in New Issue
Block a user