-
Notifications
You must be signed in to change notification settings - Fork 188
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
Update link at getpelican/pelican-themes to point to the latest release #281
Comments
Will be closed by getpelican/pelican-themes#643 |
This is already merged in pelican, closing |
Here's the issue. Whenever we do a release, we will have to update the pelican-themes repo. Because submodules track commits. We can't make submodules to always track the latest tag or master. So what can we do here? Have a travis task to automatically open a PR? This is important because Pelican-Themes repository is one of the biggest source of Elegant discovery, or at least the first place new users look for a theme. What can we do here? |
It should be pelican repo to automatically/periodically run git submodules update on their end.... |
Well we have little control on Pelican repo. Can we make a travis task for automatically opening the PR? I have seen such bots for JS. They open PR if a dependency used in your project has a latest release. Can we have such bot to open PR on their repo? |
I was checking PR for something at work and it's not 'easy' as it requires using 'hub' cli which requires authentication. If we've some contact like Justin, we can reach, it would be great to add basic travis checks on their side and even consider creating a regular job to update submodules, I'll open issue to them too |
Good job. Lets see what they have to say. |
thanks! |
We have opened up PR in pelican themes repo. There isn't much we can do here. |
Currently https://github.com/getpelican/pelican-themes points to a 4-year-old release. We should let them know to point to the newest release – or better yet, directly to master, as we now treat that as a stable branch.
The text was updated successfully, but these errors were encountered: