awps icon indicating copy to clipboard operation
awps copied to clipboard

Request Changelog feature

Open bahiirwa opened this issue 6 years ago • 5 comments
trafficstars

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.

bahiirwa avatar Nov 21 '18 06:11 bahiirwa

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:

Alecaddd avatar Nov 21 '18 06:11 Alecaddd

Not to push however if you can do a rough structure, am sure different people could send in some PRs, myself inclusive. Cheers!

bahiirwa avatar Nov 21 '18 11:11 bahiirwa

VuePress would be an awesome tool for this ;)

BaronVonPerko avatar Nov 21 '18 13:11 BaronVonPerko

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:

Alecaddd avatar Nov 22 '18 02:11 Alecaddd

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

stefanobartoletti avatar Jun 08 '21 17:06 stefanobartoletti