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

Generating config file with CLI #17

Open
DanielPa opened this issue May 25, 2021 · 0 comments
Open

Generating config file with CLI #17

DanielPa opened this issue May 25, 2021 · 0 comments

Comments

@DanielPa
Copy link
Contributor

DanielPa commented May 25, 2021

simple solution could be in console log output like:

BTW this is how your config file could look like:
{
"IsChangelogFileCreationEnabled": false,
"IsUpdateOnly": true,
"ReleaseAttachments": [ "C:\test\MyDllOrExe1.zip", "C:\test\MyDllOrExe2.zip" ],
"IssueFilterLabel": "not-in-changelog",
"IssueLabels": {
"bug": "Bug",
"feature": "Feature"
},
"IsPreRelease": false,
"IsDraft": false,
"DeleteFilesAfterUpload": false,
"FileForVersion": "C:\test\MyDllOrExe.dll",
"GitHubToken": "MyToken",
"GitHubRepo": "MyUsername/MyRepo"
}

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