[go: up one dir, main page]

Draft: Read release description from file

Allow reading a description from a file if present.

Based off @nejch1 !67 (merged).

Decide wether to use string as is or try to open a file:

  1. Trim prefixed and suffixed spaces
  2. if strings.Contains(description, " ") -> use content as string
  3. else open the file
Edited by Jaime Martinez

Merge request reports

Loading