From 00657c31f346e48681293002b07baf918d0e6597 Mon Sep 17 00:00:00 2001 From: Stefan Allius <122395479+s-allius@users.noreply.github.com> Date: Sun, 13 Apr 2025 21:22:45 +0200 Subject: [PATCH] Fix rel build (#372) * build rel without BUILD_ID * update changelog --- CHANGELOG.md | 2 -- ha_addons/Makefile | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f194c0..e981eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ 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] - ## [0.13.0] - 2025-04-13 - update dependency python to 3.13 diff --git a/ha_addons/Makefile b/ha_addons/Makefile index ab162c4..a8e08f4 100644 --- a/ha_addons/Makefile +++ b/ha_addons/Makefile @@ -33,6 +33,7 @@ rel : STAGE=rel export BUILD_DATE := ${shell date -Iminutes} BUILD_ID := ${shell date +'%y%m%d%H%M'} +rel : BUILD_ID= VERSION := $(shell cat $(SRC)/.version) export MAJOR := $(shell echo $(VERSION) | cut -f1 -d.)