command-delphi icon indicating copy to clipboard operation
command-delphi copied to clipboard

Version bumper - Able to bump multiple source paths

Open bogdanpolak opened this issue 5 years ago • 0 comments

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"
}

bogdanpolak avatar Sep 26 '20 16:09 bogdanpolak