bogdanpolak / bogdanpolak/command-delphi
Version bumper - Able to bump multiple source paths
- Dominant language
- Pascal
- Stars
- 29
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Allow to use configuration with multiple source path - comma separated.
Sample configuration.
`app-config.json`
```
{
"sourceUnits": [
"..\\src\\*.pas",
"..\\samples\\01-basic-demo\\Form.Main.pas"
"..\\samples\\02-employee-scorecards\\Form.Main.pas"
],
"readmeIsUpdateVersion": true,
"readmeFileName": "..\\README.md",
"readmeSearchPattern": "https://img.shields.io/badge/version"
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Review the configuration handling for app-config.json and the sourceUnits setting, using the sample paths as the starting point. Done means a valid configuration can list multiple source paths and the version bumper processes them, including the README settings shown.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100