# Track hotfixes via patch version pattern

Any merged Pull Requests (PRs) with a PR title, Source branch, or PR tags containing a version number in the format **a.b.c...z** (where **z > 0**) can be identified as a hotfix.

#### Example

* `1.2.3 →` last number = 3 → hotfix
* `2.0.0.0 →` last number = 0 → not a hotfix
* `5.4.1.0.6 →` last number = 6 → hotfix

### **Steps to Enable the Hotfix Flag** <a href="#h_01hywpdm3j2gk2m1v3k6scx17a" id="h_01hywpdm3j2gk2m1v3k6scx17a"></a>

To start using this new hotfix pattern, you need to enable the corresponding flag in your organization's configuration settings. Follow these steps:

1. Navigate to the Configurations page within your Hivel dashboard.
2. Find the flag related to the new hotfix pattern. It will be listed among the available configuration options.
3. Switch the flag to "On" to enable the new hotfix pattern.

<div data-with-frame="true"><figure><img src="https://3057781534-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5KAIOUWph0JLSgQqbzyT%2Fuploads%2FqJ02OrS90hw5I7RRxnWU%2Fimage.png?alt=media&#x26;token=3ce15b40-8b0c-44ba-b173-c077eb9957b4" alt="" width="563"><figcaption></figcaption></figure></div>

Once the flag is enabled, the system will automatically recognize any merged PRs with a version number in the format as hotfixes.

All current hotfix patterns will continue to function without interruption. Both the new and existing hotfix patterns will be recognized for calculation of "Hotfifx Rate" and "Hotfix Resolution Rate" metrics.

For any further assistance or if you encounter issues, please contact our support team at [<mark style="color:purple;">support@hivel.ai</mark>](mailto:support@hivel.ai).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hivel.ai/configurations/hotfix-configurations/track-hotfixes-via-patch-version-pattern.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
