diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml deleted file mode 100644 index 6e0a8ad..0000000 --- a/.github/workflows/linter.yml +++ /dev/null @@ -1,23 +0,0 @@ ---- -# You can adjust the behavior by modifying this file. -# For more information, see: -# https://github.com/github/super-linter -#name: Lint Code Base -# -#on: [push, pull_request] -# -#jobs: -# run-lint: -# runs-on: ubuntu-latest -# steps: -# - name: Checkout code -# uses: actions/checkout@v4 -# with: -# fetch-depth: 0 -# -# - name: Lint Code Base -# uses: github/super-linter@v4 -# env: -# VALIDATE_ALL_CODEBASE: false -# DEFAULT_BRANCH: "master" -# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update_version.yml b/.github/workflows/update_version.yml index 5b9a875..b1fb781 100644 --- a/.github/workflows/update_version.yml +++ b/.github/workflows/update_version.yml @@ -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 @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index a873e02..016e970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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