Compare commits
2 Commits
v0.1.0
...
51e5c10a5d
| Author | SHA1 | Date | |
|---|---|---|---|
| 51e5c10a5d | |||
|
c596f46389
|
@@ -5,7 +5,7 @@ NIGHTLY_SUFFIX=""
|
||||
|
||||
if [[ "$1" == "nightly" ]]; then
|
||||
# Beispiel: 20240511.1358 → 11. Mai, 13:58 Uhr
|
||||
NIGHTLY_SUFFIX="+nightly.$(date +%Y%m%d.%H%M)"
|
||||
NIGHTLY_SUFFIX=".dev$(date +%Y%m%d%H%M)"
|
||||
fi
|
||||
|
||||
FULL_VERSION="${BASE_VERSION}${NIGHTLY_SUFFIX}"
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [unreleased]
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- *(scripts)* Update nightly version suffix format - ([c596f46](https://git.0xmax42.io/maxp/repoCat/commit/c596f46389c2ea88dbf5699fc41a5d7107827d55))
|
||||
|
||||
## [0.1.0] - 2025-05-11
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
Reference in New Issue
Block a user