awps
awps copied to clipboard
Request Changelog feature
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() and svg() in helpers.php.
I definitely need to create a proper Wiki to guide through the developers how to properly use the Controllers, Helpers, Laravel Mix, etc. Thanks for the request, will work on that, not sure when, that it will happen :smile:
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 :smile:
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