# Release Operations

Release IssueOps provide self-service release management and deployment operations.

![Release IssueOps Catalog](/files/AQzXwv4LlPGJKipjOFFQ)

## Available Operations

| Operation               | Issue ID                   | Description                                        |
| ----------------------- | -------------------------- | -------------------------------------------------- |
| Request Release Branch  | `request-a-release-branch` | Create patch release branch for hotfixes           |
| Release to Environments | `request-a-release`        | Deploy release to environments in release category |
| Update Release Name     | `update-release-name`      | Update release definition prefix after sprint      |

## Required Configuration

### Secrets

* `DEVHUB_SFDX_AUTH_URL` - For release operations
* Target environment authentication URLs

### Variables

* `SFOPSBOT_APP_ID` - GitHub App ID
* `RELEASENAME` - Current release name variable

## Usage

These operations are enabled by default in sfops. Users can submit requests through:

* **DevCentral**: Navigate to Service Catalogue → Release
* **Direct Issue**: Create an issue with the appropriate JSON payload

## Related Documentation

* [Available IssueOps](/flxbl/sfops/issueops/available-issueops.md)
* [Building Custom IssueOps](/flxbl/sfops/issueops/building-custom-issueops.md)
* [Release a Domain](/flxbl/sfops/issueops/release/release-a-domain.md)
* [Hotfix Workflow](/flxbl/sfops/issueops/release/hotfix-workflow.md)


---

# 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.flxbl.io/flxbl/sfops/issueops/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.
