mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
Update changelog template for rest-server
This commit is contained in:
parent
4b8ef2cbd7
commit
53576a1454
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@ Details
|
|||
{{ wrapIndent $par 80 3 }}
|
||||
{{ end -}}
|
||||
{{ range $id := .Issues }}
|
||||
https://github.com/restic/restic/issues/{{ $id -}}
|
||||
https://github.com/restic/rest-server/issues/{{ $id -}}
|
||||
{{ end -}}
|
||||
{{ range $id := .PRs }}
|
||||
https://github.com/restic/restic/pull/{{ $id -}}
|
||||
https://github.com/restic/rest-server/pull/{{ $id -}}
|
||||
{{ end -}}
|
||||
{{ range $url := .OtherURLs }}
|
||||
{{ $url -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue