> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/devsource/part-ii/benefit-history.md).

# 변경 이력 자동 기록

### 무엇이 달라져요

**배포 내역**에서 누가, 언제, 어떤 파일을 **추가/수정/삭제**했는지 자동으로 기록돼요.

* 에이전시에게 별도 보고서를 요청할 필요가 없어요
* 여러 번 배포한 이력이 **날짜별로 정리**되어 있어 언제든 확인할 수 있어요
* 배포 이력은 **1년간 보관**돼요

### 확인하는 방법

`[쇼핑몰 소스관리 > 배포 내역]` 메뉴에 들어가면 배포 목록이 보여요.

각 항목을 클릭하면 상세 화면에서 아래를 확인할 수 있어요:

* 배포일·배포자·배포 버전명
* 배포 상태 (성공·실패·롤백)
* **변경된 파일 목록** (파일 경로, 추가/수정/삭제 구분)

<figure><img src="/files/3yGxLjHDd3QPmNDToeFl" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/v9GUOLxpAfk28DrjVUH9" alt=""><figcaption></figcaption></figure>

### 기존 방식과 비교

| 상황              | 기존 방식         | 개발소스관리             |
| --------------- | ------------- | ------------------ |
| 에이전시가 뭘 바꿨는지 궁금 | 전화·메일로 물어봄    | 배포 내역에서 직접 확인      |
| 인수인계 자료가 필요     | 에이전시에 요청 → 대기 | 배포 내역 스크린샷으로 즉시 확보 |
| 감사·점검 대응        | 변경 이력 정리 어려움  | 1년치 기록을 바로 조회      |

### 실제 활용 예시

> **상황**: 결제 페이지에 문제가 생겼어요.
>
> **기존**: 에이전시에 "최근에 뭐 바꿨어요?"라고 물어봐야 하고 답변까지 대기.
>
> **개발소스관리**: 배포 내역을 열어 최근 3번의 배포에서 `payment.php`가 수정된 걸 확인 → 에이전시에 "최근 payment.php 수정 건 관련입니다"라고 **정확히 지목**해서 요청.

***

👉 다음: 스테이징 서버에서 안전하게


---

# 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, and the optional `goal` query parameter:

```
GET https://godomall-help.nhn-commerce.com/devsource/part-ii/benefit-history.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
