5 Commits
Author SHA1 Message Date
jakub 04f11c6d29 chore(ci): impreove getting version from script
Depends on:
https://github.com/status-im/status-jenkins-lib/pull/112

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2026-01-17 09:57:24 +01:00
Siddarth Kumar 6d8d60183e ci: fix nwaku version in settings
Fixes this bug where App's version shows "-nwaku-experimental" even when
`USE_NWAKU` is not set to `true`

Fixes the name of the built binary to contain "experimental"

modify version script to force fetch tags and then describe.
2025-09-15 18:13:35 +05:30
Siddarth Kumar 36f52232f0 ci: update binary name if built with nwaku 2025-08-12 18:45:11 +05:30
jakub 5cbd2f9c42 fix: drop dirty flag since it adds no value
And can sometimes cause releases to include it.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2025-06-13 16:38:08 +02:00
Lukáš TinklandIgor Sirotin fe759f3599 chore: identify version numbers using a git tag (#16652)
* chore: identify version numbers using a git tag

- remove VERSION file
- expose the `GIT_COMMIT`so that we can properly construct the web links
when the user clicks the version number in Settings/About
- some smaller cleanups and warning fixes

Fixes #12349

* fix_: ci artifact version and use version scripts

---------

Co-authored-by: Igor Sirotin <sirotin@status.im>
2024-12-04 22:42:48 +00:00