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

workflow: add a github action to auto build plugins.json #182

Open
begoat opened this issue May 17, 2022 · 3 comments
Open

workflow: add a github action to auto build plugins.json #182

begoat opened this issue May 17, 2022 · 3 comments

Comments

@begoat
Copy link
Contributor

begoat commented May 17, 2022

Developers make pr changing their own package directory, but usually they don't run script.

Can we introduce Github action to refine this workflow? Because any changes to the package director will not work until the script get executed.

@sawhney17
Copy link
Collaborator

sawhney17 commented May 23, 2022

Check out the dev template by @pengx17. It integrates the semantic versioning bot which may be what you're after.

https://github.com/pengx17/logseq-plugin-template-react

@begoat
Copy link
Contributor Author

begoat commented May 24, 2022

Thanks @sawhney17 . Let me clarify a little bit. Sorry for my previous desc.

Imagine i am a plugin developer I need make a PR in this repo adding my manifest.json and icon.png to this repo.

After the PR got merged. We also need a commit like 03d0e47 to update plugins.json and stats.json. I think This process can be done by github action? this will be helpful to leverage the workload of maintainer of this repo.

@Bad3r
Copy link
Contributor

Bad3r commented Jan 8, 2023

@begoat good idea; would you be able to submit a PR?

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

3 participants