> For the complete documentation index, see [llms.txt](https://hanfak.gitbook.io/workspace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hanfak.gitbook.io/workspace/devops1/release.md).

# Release

* stage of the software development lifecycle
* refers to a specific version or iteration of a software application that is made available to end users.
* It is a milestone in the software development process, representing a stable and tested version of the software that is deemed suitable for distribution to customers or users
* involves not only the technical aspect of deploying the application but also encompasses activities like quality assurance, testing, documentation, and coordination with stakeholders.
* A release typically includes features, bug fixes, enhancements, and other changes that have been implemented since the previous release.
* It often goes through various testing phases, such as alpha and beta testing, to gather feedback and ensure its stability and compatibility.
* Releases are usually planned and scheduled, and they may follow a versioning scheme, such as semantic versioning (e.g., 1.0.0, 1.1.0, 2.0.0), to indicate the nature and extent of changes introduced in each release.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://hanfak.gitbook.io/workspace/devops1/release.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.
