Skip to content

Commit 21862ac

Browse files
committed
build(jreleaser): version pattern to support tags, tags with revisions and commits
1 parent 05adddc commit 21862ac

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

jreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
# Version scheme:
2+
# - 4.1: CRIU upstream tagged version
3+
# - 4.1-r1: Build system revision for same CRIU version
4+
# - <commit-hash>: Building from untagged upstream commit
15
project:
26
name: criu-static
7+
versionPattern: CUSTOM
38
inceptionYear: 2025
49
description: "Static build of CRIU (Checkpoint/Restore In Userspace) with all dependencies statically linked."
510
links:

jreleaser/templates/changelog.tpl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
This is a static build of CRIU with all dependencies statically linked for maximum portability.
44

5-
## 📋 Version Information
6-
7-
{{#contains projectVersion "-r"}}
8-
**Version**: {{projectVersion}} (upstream CRIU + build revision for system improvements/fixes)
9-
{{/contains}}
10-
{{^contains projectVersion "-r"}}
11-
**Version**: {{projectVersion}} (upstream CRIU base build)
12-
{{/contains}}
13-
145
## 📦 What's Included
156

167
Every binary release contains:

0 commit comments

Comments
 (0)