build(Commitizen): Add commitizen config to project
This commit is contained in:
parent
54010c6a23
commit
a950d4b2fa
2 changed files with 10 additions and 2 deletions
8
.cz.toml
Normal file
8
.cz.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
[tool.commitizen]
|
||||||
|
name = "cz_conventional_commits"
|
||||||
|
tag_format = "$version"
|
||||||
|
version_scheme = "semver"
|
||||||
|
version_provider = "npm"
|
||||||
|
update_changelog_on_bump = true
|
||||||
|
major_version_zero = true
|
||||||
|
changelog_incremental = true
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
- Apply some elevation to landing components
|
- Apply some elevation to landing components
|
||||||
- Apply skeleton of new design to landing page
|
- Apply skeleton of new design to landing page
|
||||||
- **Components**: Add Button and BackgroudnImage
|
- **Components**: Add Button and BackgroundImage
|
||||||
- **Layout**: add loading spinner component and to layout
|
- **Layout**: add loading spinner component and to layout
|
||||||
- **Layout**: apply view transition to page navigation
|
- **Layout**: apply view transition to page navigation
|
||||||
- **components**: add carousel components
|
- **components**: add carousel components
|
||||||
|
|
@ -16,5 +16,5 @@
|
||||||
|
|
||||||
### Refactor
|
### Refactor
|
||||||
|
|
||||||
- Remove BackgroundImageDiv component
|
- Remove BackgroundImageDiv component, component is redundant, move style to CSS class and allows to set the image via CSS variables
|
||||||
- move submodule into this repo
|
- move submodule into this repo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue