File tree Expand file tree Collapse file tree 7 files changed +22
-9
lines changed Expand file tree Collapse file tree 7 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- towncrier release notes start -->
4
4
5
+ ## [ 0.2.3] ( https://github.com/Nagidal/hatch-semver/tree/0.2.3 ) - 2022-11-15
6
+
7
+
8
+ ### Documentation
9
+
10
+ - Separated home.md from README.md [ #31 ] ( https://github.com/Nagidal/hatch-semver/issues/31 )
11
+
12
+
5
13
## [ 0.2.2] ( https://github.com/Nagidal/hatch-semver/tree/0.2.2 ) - 2022-11-15
6
14
7
15
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ set version scheme to `semver`:
21
21
``` toml
22
22
[tool .hatch .version ]
23
23
path = " src/<your_project>/__about__.py"
24
- validate-bump = T rue
24
+ validate-bump = true
25
25
scheme = " semver"
26
26
```
27
27
Original file line number Diff line number Diff line change 2
2
3
3
<!-- towncrier release notes start -->
4
4
5
+ ## [ 0.2.2] ( https://github.com/Nagidal/hatch-semver/tree/0.2.2 ) - 2022-11-15
6
+
7
+
8
+ ### Documentation
9
+
10
+ - Removed api-docs [ #29 ] ( https://github.com/Nagidal/hatch-semver/issues/29 )
11
+
12
+
5
13
## [ 0.2.1] ( https://github.com/Nagidal/hatch-semver/tree/0.2.1 ) - 2022-11-15
6
14
7
15
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
site_name : Hatch Semver
2
2
3
3
nav :
4
- - Home : " README .md"
4
+ - Home : " home .md"
5
5
- Changelog : " CHANGELOG.md"
6
6
- " User Guide " :
7
7
- Commands : " user_guide/1-commands.md"
@@ -12,11 +12,7 @@ docs_dir: "docs"
12
12
site_dir : " user-site"
13
13
14
14
watch :
15
- <<<<<<< HEAD
16
15
- " docs"
17
- =======
18
- - " user-docs"
19
- >>>>>>> master
20
16
21
17
theme :
22
18
name : " material"
Original file line number Diff line number Diff line change @@ -93,18 +93,19 @@ fmt = [
93
93
[tool .hatch .envs .docs ]
94
94
dependencies = [
95
95
" mkdocs" ,
96
- " pdoc3" ,
97
96
" mkdocs-material" ,
97
+ " pdoc3" ,
98
+ " towncrier" ,
98
99
]
99
100
100
101
[tool .hatch .envs .docs .scripts ]
101
102
build = " pdoc --html --force --output-dir api-site hatch_semver"
102
103
serve = " pdoc --http : hatch_semver"
103
104
userve = [
104
- " copy /Y README.md docs" ,
105
105
" copy /Y CHANGELOG.md docs" ,
106
106
" mkdocs serve" ,
107
107
]
108
+ tc = " towncrier build --yes"
108
109
109
110
[[tool .hatch .envs .test .matrix ]]
110
111
python = [" 310" ]
Original file line number Diff line number Diff line change 8
8
__maintainer__ = __author__
9
9
__maintainer_email__ = __author_email__
10
10
__release_date__ = date (year = 2022 , month = 11 , day = 13 )
11
- __version__ = "0.2.2 "
11
+ __version__ = "0.2.3 "
You can’t perform that action at this time.
0 commit comments