업데이트 가능 이메일의 릴리스 노트 링크가 잘못되었습니다

버전 번호 앞에 v가 누락되어 404 오류가 발생합니다.

릴리스 노트에서 새 내용을 확인하세요

링크가

https://releases.discourse.org/changelog/2026.5.0-latest.1

로 연결되지만, 올바른 주소는

https://releases.discourse.org/changelog/v2026.5.0-latest.1

이어야 합니다.

2개의 좋아요

new_version_mailer... 템플릿의 링크를 수정하기 위해 URL 문자열에 v를 추가하는 PR을 올렸습니다.

수정된 URL 문자열
  new_version_mailer:
    title: "New Version Mailer"
    subject_template: "[%{email_prefix}] New Discourse version, update available"
    subject_template_improved: "%{email_prefix}: New Discourse version, update available"
    text_body_template: |
      Hooray, a new version of [Discourse](https://www.discourse.org) is available!

      Your version: %{installed_version}
      New version: **%{new_version}**

      - Update using our easy **[one-click browser update](%{base_url}/admin/update)**

-     - See what's new in the [release notes](https://releases.discourse.org/changelog/%{new_version})
+     - See what's new in the [release notes](https://releases.discourse.org/changelog/v%{new_version})

      - Visit [meta.discourse.org](https://meta.discourse.org) for news, discussion, and support for Discourse

  new_version_mailer_with_notes:
    title: "New Version Mailer with Notes"
    subject_template: "[%{email_prefix}] update available"
    subject_template_improved: "%{email_prefix}: Update available"
    text_body_template: |
      Hooray, a new version of [Discourse](https://www.discourse.org) is available!

      Your version: %{installed_version}
      New version: **%{new_version}**

      - Update using our easy **[one-click browser update](%{base_url}/admin/update)**

-     - See what's new in the [release notes](https://releases.discourse.org/changelog/%{new_version})
+     - See what's new in the [release notes](https://releases.discourse.org/changelog/v%{new_version})

      - Visit [meta.discourse.org](https://meta.discourse.org) for news, discussion, and support for Discourse

new_version_mailer.text_body_templatenew_version_mailer_with_notes.text_body_template의 URL 문자열을 편집하여 %{new_version} 앞에 v를 추가함으로써 사이트에서 로컬로 수정할 수도 있습니다.

2개의 좋아요

감사합니다! 로컬에서도 이 문제를 수정할 수 있다는 점을 생각하지 못했는데, 정말 큰 도움이 됩니다.

1개의 좋아요

PR이 병합되었으므로 다음 업데이트 시 수정될 것입니다.

2개의 좋아요

이 주제는 2일 후 자동으로 닫혔습니다. 더 이상 새 답변을 남길 수 없습니다.