# 版本历史

版本历史（Version history）提供了一种系统化的方式，用于追踪在 Recurve 中对资产所做的更改。您可以在特定版本下创建并发布资产，帮助团队查看更改的进展，并在需要时回滚到之前的版本。

## 发布版本

默认情况下，当您首次创建资产（例如模型或数据管道）时，该资产处于 草稿/`draft` 状态。在对资产做出更改后，您可以发布它，表示该资产已准备好在您的数据工作流中使用。这将创建该资产的一个版本，并将其记录在版本历史中。

要发布资产，请按照以下步骤操作：

1. 在编辑器中，点击 “**发布/Publish**” 按钮。

   <div align="left"><figure><img src="/files/FHyInBaaessi1tf84vXy" alt=""><figcaption></figcaption></figure></div>

   此时会弹出资产发布窗口。
2. 在 **“版本信息/Version Information”** 中，填写版本号和更新信息，用于描述所做的更改。

   <div align="left"><figure><img src="/files/Gig9s6r4cM2n4yq2VNBh" alt=""><figcaption></figcaption></figure></div>
3. 如果您对已发布的资产进行更改，您可以切换到“ **比较更改/Compare changes** ”选项卡，查看差异视图。

   差异视图将显示当前修改与最新版本之间的差异。

   <figure><img src="/files/Q9kaoAyaa2ZJxpvejrqX" alt=""><figcaption></figcaption></figure>
4. 点击 **“发布/Publsh”。**

## 查看版本历史

您可以查看资产的所有版本历史。

按照以下步骤操作：

1. 在编辑器中打开资产。
2. 点击“**版本历史/ Version history**”按钮。

   <div align="left"><figure><img src="/files/hnl92BQlHucZ1QaEqicM" alt=""><figcaption></figcaption></figure></div>
3. 在打开的版本历史面板中，您可以查看资产的所有版本。

   <figure><img src="/files/XI1RXbEklz8L2W6qV5N3" alt=""><figcaption></figcaption></figure>
4. 选择一个版本，以查看详细的更改内容。


---

# 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.reorc.com/cn-reorc-help-center/zi-chan-guan-li/ban-ben-li-shi.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.
