Skip to content

Commit

Permalink
updated set version script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mosibi committed Oct 20, 2024
1 parent ef8e1ee commit d55b7bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 34 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/linter.yml

This file was deleted.

20 changes: 10 additions & 10 deletions .github/workflows/update_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Update version in heatpump.yaml
on: [push]

jobs:
run-lint:
update-version:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -17,12 +17,12 @@ jobs:
cat heatpump.yaml |grep -A7 ^esphome
bash .github/scripts/set_version.sh
cat heatpump.yaml |grep -A7 ^esphome
# - name: Commit files
# run: |
# git config --local user.email "github-actions[bot]@users.noreply.github.com"
# git config --local user.name "github-actions[bot]"
# git commit -a -m "Add changes"
# - name: Push changes
# uses: ad-m/github-push-action@master
# with:
# branch: ${{ github.head_ref }}
- name: Commit files
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "Updated version in heatpump.yaml"
- name: Push changes
uses: ad-m/github-push-action@master
with:
branch: ${{ github.head_ref }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [4.1.3] - 2024-10-20

### Changed

Expand Down

0 comments on commit d55b7bc

Please sign in to comment.