Skip to content

Draft: Read release description from file

Jaime Martinez requested to merge read-release-description-from-file into master

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