Release Detection

Logilica can track software lifecycle data across different development stages. This includes the tracking of software releases. However, different organisations might have different approaches to defining what constitutes a software release. Logilica supports different release concepts, which you can configure under Settings -> Organisation -> Release Detection.

The detection methods include:

  • particular build jobs signifying releases,

  • merges into a dedicated branch,

  • merges of particular PRs/MRs,

  • releases marked in your repository system as such.

Detection patterns can be defined as regular expressions. For some tutorials and testing of regular expressions, you might find some help at sites such as https://regex101.com/.

Last updated