Skip to content

Commit 604beb0

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
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:

0 commit comments

Comments
 (0)