Skip to content

Commit 213474f

Browse files
committed
feat: Add commitizen config future updates
1 parent 83ea1de commit 213474f

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

.cz.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"commitizen": {
3+
"name": "cz_conventional_commits",
4+
"tag_format": "$version",
5+
"version_scheme": "semver",
6+
"version": "0.8.0",
7+
"update_changelog_on_bump": true,
8+
"version_files": [
9+
"wp-umami.php",
10+
"readme.txt:Stable tag: $version",
11+
"readme.md:**Stable tag:** $version"
12+
]
13+
}
14+
}

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Umami is a simple, fast, website analytics tool for those who care about privacy
4646

4747
## Upgrade Notice ##
4848

49-
- **0.7.0** - Migrate options<br>
49+
- **0.8.0** - Migrate options<br>
5050
This release migrates the options to new naming structure. Please check your settings after updating.
5151

52-
- **0.7.0** - Preparation for 1.0<br>
52+
- **0.8.0** - Preparation for 1.0<br>
5353
This release increases the minimum required PHP version to 7.4.
5454
<br><br>
5555

@@ -67,7 +67,7 @@ Issues with the settings page were fixed and the overall feeling of the page was
6767
<br>Add simple dashboard widget
6868
<br><br>
6969

70-
- **0.7.0** - Preparation for 1.0<br>
70+
- **0.8.0** - Preparation for 1.0<br>
7171
<br>Increased the minimum required PHP version to 7.4
7272
<br>Add deprecation information for do_not_track option
7373
<br><br>

readme.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Umami is a simple, fast, website analytics tool for those who care about privacy
4545
= 0.8.0 =
4646
This release migrates the settings to a new option name to standardize variable names. Please check your settings after updating.
4747

48-
= 0.7.0 =
48+
= 0.8.0 =
4949
This release increases the minimum php version to 7.4 as a preperation for the 1.0.
5050

5151
= 0.6.1 =
@@ -60,7 +60,7 @@ Issues with the settings page were fixed and the overall feeling of the page was
6060
* Added a simple dashboard widget for redirecting to the umami dashboard
6161
* Migrating the settings to a new option name to standardize variable names
6262

63-
= 0.7.0 =
63+
= 0.8.0 =
6464
* Increased the minimum required PHP version to 7.4
6565
* Add deprecation information for do_not_track option
6666

0 commit comments

Comments
 (0)