backup icon indicating copy to clipboard operation
backup copied to clipboard

Changelog isn't published to nextcloud app store

Open Vrumf0ndel opened this issue 3 years ago • 0 comments

The CHANGELOG.md format is slightly different to what the parser expects for importing the changelog to nextcloud app store.

Related to description following syntax is needed:

The regex for matching the line is ^## (\d+.\d+.\d+)

Replacing ### 1.0.6 by ## 1.0.6 should fix this issue.

E.g.

# Changelog
## 1.0.6
### Fixed
- composer php7.3

Vrumf0ndel avatar Mar 23 '22 12:03 Vrumf0ndel