-
Notifications
You must be signed in to change notification settings - Fork 108
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
Request Changelog feature #45
Comments
I definitely need to create a proper Wiki to guide through the developers how to properly use the Controllers, Helpers, Laravel Mix, etc. |
Not to push however if you can do a rough structure, am sure different people could send in some PRs, myself inclusive. Cheers! |
VuePress would be an awesome tool for this ;) |
Well, look at that, it's possible to deploy VuePress to GitHub Pages: https://itnext.io/publish-a-vuepress-site-on-github-pages-with-travis-82036243bf36 I'm gonna see if I can make it work over the weekend, but if you guys want to play with it, all PRs are accepted 😄 |
I don't know if this is still an useful info, I added a changelog to my own starter theme by using the "Keep a Changelog" standard along with release-it, which manages releases along with tagging, semantic versioning, GitHub releases, and so on. This is the result: https://github.com/stefanobartoletti/bricks/blob/master/CHANGELOG.md |
Great work and Thanks for the starter theme.
I am requesting a feature addition in the docs. Could you add a changelog or new features section in docs? This will help users to follow up on the new goodies embedded in the starter theme?
Like this version 3.0.4 has new functionality of
assets()
andsvg()
in helpers.php.The text was updated successfully, but these errors were encountered: