Bump version to 2022.1.4

This commit is contained in:
Jesse Hills 2022-02-11 08:05:04 +13:00
parent 3565212d8a
commit bd6394d415
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
4 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
git config user.name esphomebot git config user.name esphomebot
git config user.email esphome@nabucasa.com git config user.email esphome@nabucasa.com
git add . git add .
git commit -m "Bump version to v${{ github.event.inputs.version }}" git commit -m "Bump version to ${{ github.event.inputs.version }}"
git push git push
COMMIT=$(git rev-parse HEAD) COMMIT=$(git rev-parse HEAD)
echo "::set-output name=commit_sha::${COMMIT}" echo "::set-output name=commit_sha::${COMMIT}"

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
venv/

View File

@ -38,5 +38,5 @@
"slug": "esphome", "slug": "esphome",
"uart": true, "uart": true,
"url": "https://esphome.io/", "url": "https://esphome.io/",
"version": "2022.1.3" "version": "2022.1.4"
} }

View File

@ -74,7 +74,7 @@ esphome-stable:
<<: *base <<: *base
directory: esphome directory: esphome
name: ESPHome name: ESPHome
version: '2022.1.3' # STABLE version: '2022.1.4' # STABLE
slug: esphome slug: esphome
description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices" description: "ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices"
image: ghcr.io/esphome/esphome-hassio-{arch} image: ghcr.io/esphome/esphome-hassio-{arch}