nextcloud / nextcloud/backup

Changelog isn't published to nextcloud app store

Open Beginner friendly
#236 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.