Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bumper - Able to bump multiple source paths #54

Open
bogdanpolak opened this issue Sep 26, 2020 · 0 comments
Open

Version bumper - Able to bump multiple source paths #54

bogdanpolak opened this issue Sep 26, 2020 · 0 comments

Comments

@bogdanpolak
Copy link
Owner

bogdanpolak commented Sep 26, 2020

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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant