-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Automated releases & CI #163
Comments
@ts-thomas apologies for the rude ping. Do you have time to maintain this package? Is there any way in which the community or myself could help in terms of contributions? If not that's also fine of course, but then we know to move ahead with our fork :-) |
Hey Sam, sorry for the late answer. If you like you can set it up :) |
Step 1: #185 I have not been able to get the build working with google closure compiler:
There might be more modern "hip" alternatives to google's compiler. |
Closing this; we can continue in the relevant PRs. |
Hey! Very cool library!
I see that you've not yet set up github actions to for fully automated releases & tests.
Nowadays this is actually very simple and definitely worth it if you want to reduce your maintenance load.
You could look at this repo for some inspiration: https://github.com/collecthor/collecthor-file-browser
I'd be happy to set it up in a PR here as well.
Note: for this to work properly you will need to use proper commit messages following a standard documented here: https://www.conventionalcommits.org/en/v1.0.0/
Cheers
The text was updated successfully, but these errors were encountered: