@@ -28,18 +28,20 @@ jobs:
28
28
fetch-depth : 0
29
29
persist-credentials : false
30
30
- name : Run TinySemVer
31
- uses : ashvardanian/tinysemver@v1.4 .1
31
+ uses : ashvardanian/tinysemver@v2.0 .1
32
32
with :
33
33
verbose : " true"
34
34
version-file : " VERSION"
35
- update-version-in : ' pyproject.toml,^version = "(\d+\.\d+\.\d+)"'
36
- update-version-in : ' Cargo.toml,^version = "(\d+\.\d+\.\d+)"'
37
- update-version-in : ' package.json,"version": "(\d+\.\d+\.\d+)"'
38
- update-version-in : ' CITATION.cff,^version: (\d+\.\d+\.\d+)'
39
- update-version-in : ' CMakeLists.txt,VERSION (\d+\.\d+\.\d+)'
40
- update-major-version-in : ' include/stringzilla/stringzilla.h,^#define STRINGZILLA_VERSION_MAJOR (\d+)'
41
- update-minor-version-in : ' include/stringzilla/stringzilla.h,^#define STRINGZILLA_VERSION_MINOR (\d+)'
42
- update-patch-version-in : ' include/stringzilla/stringzilla.h,^#define STRINGZILLA_VERSION_PATCH (\d+)'
35
+ update-version-in : |
36
+ Cargo.toml:^version = "(\d+\.\d+\.\d+)"
37
+ package.json:"version": "(\d+\.\d+\.\d+)"
38
+ CMakeLists.txt:VERSION (\d+\.\d+\.\d+)
39
+ update-major-version-in : |
40
+ include/stringzilla/stringzilla.h:^#define STRINGZILLA_VERSION_MAJOR (\d+)
41
+ update-minor-version-in : |
42
+ include/stringzilla/stringzilla.h:^#define STRINGZILLA_VERSION_MINOR (\d+)
43
+ update-patch-version-in : |
44
+ include/stringzilla/stringzilla.h:^#define STRINGZILLA_VERSION_PATCH (\d+)
43
45
dry-run : " true"
44
46
45
47
test_ubuntu_gcc :
0 commit comments