Compare commits
6 Commits
start-vers
...
fix-rel-bu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95f5eb0d39 | ||
|
|
b68f1b82f9 | ||
|
|
fcf11d9db3 | ||
|
|
f96d456226 | ||
|
|
4e3dd79d84 | ||
|
|
9cff581792 |
@@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [unreleased]
|
|
||||||
|
|
||||||
## [0.13.0] - 2025-04-13
|
## [0.13.0] - 2025-04-13
|
||||||
|
|
||||||
- update dependency python to 3.13
|
- update dependency python to 3.13
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ rel : STAGE=rel
|
|||||||
|
|
||||||
export BUILD_DATE := ${shell date -Iminutes}
|
export BUILD_DATE := ${shell date -Iminutes}
|
||||||
BUILD_ID := ${shell date +'%y%m%d%H%M'}
|
BUILD_ID := ${shell date +'%y%m%d%H%M'}
|
||||||
|
rel : BUILD_ID=
|
||||||
VERSION := $(shell cat $(SRC)/.version)
|
VERSION := $(shell cat $(SRC)/.version)
|
||||||
export MAJOR := $(shell echo $(VERSION) | cut -f1 -d.)
|
export MAJOR := $(shell echo $(VERSION) | cut -f1 -d.)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user