Changelog isn't published to nextcloud app store
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 272
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with CHANGELOG.md and compare its version-heading format with the Nextcloud App Store changelog parser syntax linked in the issue. Update the version heading format as described, then verify that the changelog follows the documented parser pattern and can be imported by the app store.
Written by the indexing model from the issue text.
Assessment
- Domain
- release
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100