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

Only keep a single .ini file #4

Open
ddavidebor opened this issue Jan 7, 2025 · 1 comment
Open

Only keep a single .ini file #4

ddavidebor opened this issue Jan 7, 2025 · 1 comment

Comments

@ddavidebor
Copy link

Hi,

I'm trying to fork and contribute to this.

One recurring issue is changes here make any fork obsolete, as each version points to a new file.
Instead, I would recommend to reorganise the repo has follows:

Use a single ini file for current settings. With a simple script, each INI file can be diffed and stored in git with it's own tag, under the same identical file name. This way you're taking full advantage of git.

Then, if you need the old structure, that can easily be built by a github action.

I would also recommend splitting the INI files in multiple files using subfolders. they can then be "compiled" into a single ini file by github actions.

@ddavidebor
Copy link
Author

I'd be happy to contribute a draft

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