mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 20:44:07 +00:00
23 lines
368 B
YAML
23 lines
368 B
YAML
|
# type Release struct {
|
||
|
# ID int64 `xorm:"pk autoincr"`
|
||
|
# Note string `xorm:"TEXT"`
|
||
|
# }
|
||
|
-
|
||
|
id: 1
|
||
|
note: |
|
||
|
-----BEGIN SSH SIGNATURE-----
|
||
|
some signature
|
||
|
-----END SSH SIGNATURE-----
|
||
|
|
||
|
-
|
||
|
id: 2
|
||
|
note: |
|
||
|
A message.
|
||
|
-----BEGIN SSH SIGNATURE-----
|
||
|
some signature
|
||
|
-----END SSH SIGNATURE-----
|
||
|
|
||
|
-
|
||
|
id: 3
|
||
|
note: "no signature present here"
|