-
Notifications
You must be signed in to change notification settings - Fork 37
Bootstrap Kickstart 4.0 #127
Comments
Question: Do we need JSDoc? I don’t think so. JSDocs make sense for generating API docs. But that’s not our use case with Bootstrap Kickstart. Can I get a 👍 or 👎 for dropping JSDoc? @krnlde @revrng cc/ @micromata/ux |
I prefer to read the docblock comments in the code itself rather than in a static, unsearchable documentation. |
Removed JSDoc checkbox for now. |
Generating a changelog with »conventional changelog« using the Angular preset is now set up in the You should write your commit messages with this conventions in mind. Short summary of the conventionsExample commit message:
Consists of:
TypesTypes are used to group commits in the changelog. There are additional ones which you can use. But these are only rendered if they introduce a breaking change: ScopeThe scope is optional and you can choose from whatever you want. You can skip the parentheses if you don’t want to use Scope:
SubjectThe subject contains succinct description of the change:
Additional Info, Breaking changes and issue referencesAre defined in the body of the commit message. Example:
The body can include the motivation for the change and contrast this with previous behavior. Plus it should contain any information about Breaking Changes and is also the place to Breaking Changes should start with the word Generated ChangelogThis is how a changelog based on this conventions is rendered: See the last few commits of the |
I’m not sure if we bring back the whole feature set of generating static sites with handlebars, templates, partials and frontmatters with v4. See #127 But this can easily be reverted in case we have a proper solution.
I’m not sure if we bring back the whole feature set of generating static sites with handlebars, templates, partials and frontmatters with v4. See #127 But this can easily be reverted in case we have a proper solution.
I’ve released 4.0.0-beta.0 🎉 Let’s discuss what else we need to release v4 and what we could ship with a later release … |
I’ve released 4.0.0-rc.0 🎉 Can I haz sum feedback regarding #166? Another question: Do you think we should add information how to change ESLint and Stylelint settings to the README? |
Just made switched back the default branch to Make sure you switch to the correct target branch in case in case you open another PR for v4. |
It’s done 🎉 |
Roadmap for the next major release:
Working branch is
v4-dev
. Features should be implemented by creating feature branches and pull requests.Basics (Prio 1)
node_modules
tolibs
libs/libs.min.css
Nice to have (Prio 2)
Ideas / to discuss (Prio 3)
The text was updated successfully, but these errors were encountered: