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

Figure out better repo organization for distribution #18

Open
cholmes opened this issue Dec 2, 2024 · 1 comment
Open

Figure out better repo organization for distribution #18

cholmes opened this issue Dec 2, 2024 · 1 comment

Comments

@cholmes
Copy link
Owner

cholmes commented Dec 2, 2024

Right now the repo will just get zipped up to be distributed, but the best practice seems to be to put that info in a folder and then have other folders of tests and other relevant files.

@cholmes
Copy link
Owner Author

cholmes commented Dec 11, 2024

The release 'process' right now is to have the main repo up to date with the release tag and then just go one directory up and run: zip -r qgis_plugin_gpq_downloader.zip qgis_plugin_gpq_downloader/ -x "*.DS_Store" "*.gitignore" "*/.git/*"

So making that a command would be a nice step. And then also moving the files so that the plugin is in a folder, instead of the whole repo.

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