@@ -28,18 +28,22 @@ jobs:
2828 fetch-depth : 0
2929 persist-credentials : false
3030 - name : Run TinySemVer
31- uses : ashvardanian/tinysemver@v1.4 .1
31+ uses : ashvardanian/tinysemver@v2.0 .1
3232 with :
3333 verbose : " true"
3434 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+ pyproject.toml:^version = "(\d+\.\d+\.\d+)"
37+ Cargo.toml:^version = "(\d+\.\d+\.\d+)"
38+ package.json:"version": "(\d+\.\d+\.\d+)"
39+ CITATION.cff:^version: (\d+\.\d+\.\d+)
40+ CMakeLists.txt:VERSION (\d+\.\d+\.\d+)
41+ update-major-version-in : |
42+ include/stringzilla/stringzilla.h:^#define STRINGZILLA_VERSION_MAJOR (\d+)
43+ update-minor-version-in : |
44+ include/stringzilla/stringzilla.h:^#define STRINGZILLA_VERSION_MINOR (\d+)
45+ update-patch-version-in : |
46+ include/stringzilla/stringzilla.h:^#define STRINGZILLA_VERSION_PATCH (\d+)
4347 dry-run : " true"
4448
4549 test_ubuntu_gcc :
0 commit comments