mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
Update changelog template for rest-server
This commit is contained in:
@@ -19,10 +19,10 @@ Details
|
|||||||
{{ wrapIndent $par 80 3 }}
|
{{ wrapIndent $par 80 3 }}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ range $id := .Issues }}
|
{{ range $id := .Issues }}
|
||||||
https://github.com/restic/restic/issues/{{ $id -}}
|
https://github.com/restic/rest-server/issues/{{ $id -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ range $id := .PRs }}
|
{{ range $id := .PRs }}
|
||||||
https://github.com/restic/restic/pull/{{ $id -}}
|
https://github.com/restic/rest-server/pull/{{ $id -}}
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{ range $url := .OtherURLs }}
|
{{ range $url := .OtherURLs }}
|
||||||
{{ $url -}}
|
{{ $url -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user