# Releases

## Where are the releases?

We track releases with [Github Releases](https://github.com/Stoobly/stoobly-agent/releases). The newest production ready one is marked as "latest".

## How do releases get created or updated?

When PRs get merged into the main branch, our Github Actions jobs will run and create a new draft release if one doesn't exist yet.

If one already exists, then new PR will get added to the changelog and the submitter will get added to the contributors list for that release

When a release is ready for shipping, a repository maintainer needs to publish that release. That will create a new git tag on the latest commit which will kick off other Github Actions jobs.

## What happens when a release gets shipped?

After the git tagging, the Github Actions jobs will do the following:

* Build and push a docker image to the [Dockerhub](https://hub.docker.com/r/stoobly/agent) repo
* Package and publish to [PyPI repo](https://pypi.org/project/stoobly-agent)


---

# 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.stoobly.com/developer-guide/releases.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.
