mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2026-07-14 13:40:37 +02:00
Prepare release 1.5.4 and remove Entire CLI integration
Bump Makefile VERSION to 1.5.4 and add ReleaseNotes section for the release. Remove the Entire CLI's Claude Code hooks/settings and its tracked .entire config files; the corresponding git hooks and checkpoint branches were also removed outside this commit. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
TARGET = ./cc-metric-store
|
||||
VAR = ./var/checkpoints/
|
||||
VERSION = 1.5.3
|
||||
VERSION = 1.5.4
|
||||
GIT_HASH := $(shell git rev-parse --short HEAD || echo 'development')
|
||||
CURRENT_TIME = $(shell date +"%Y-%m-%d:T%H:%M:%S")
|
||||
LD_FLAGS = '-s -X main.date=${CURRENT_TIME} -X main.version=${VERSION} -X main.commit=${GIT_HASH}'
|
||||
|
||||
Reference in New Issue
Block a user