Skip to content

Commit ca022d8

Browse files
Develop (#45)
1.0.0-rc1, changed documentation pipeline, fixes #41 #42 #43
1 parent 80a818f commit ca022d8

File tree

13 files changed

+39
-449
lines changed

13 files changed

+39
-449
lines changed

.github/workflows/ci.yml renamed to .github/workflows/user-doc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: User Documentation
22
on:
33
push:
44
branches:
@@ -12,5 +12,6 @@ jobs:
1212
- uses: actions/setup-python@v2
1313
with:
1414
python-version: 3.x
15+
- run: pip install --upgrade pip
1516
- run: pip install mkdocs-material
16-
- run: mkdocs gh-deploy --force
17+
- run: mkdocs gh-deploy --force --clean

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- towncrier release notes start -->
44

5+
## [1.0.0-rc.1](https://github.com/Nagidal/hatch-semver/tree/1.0.0-rc.1) - 2022-11-16
6+
7+
8+
### Documentation
9+
10+
- Using PowerShell instead of cmd commands in pyproject [#35](https://github.com/Nagidal/hatch-semver/issues/35)
11+
- Added githooks to the repo. Set your core.hookspath to `.githooks` [#36](https://github.com/Nagidal/hatch-semver/issues/36)
12+
- Updated links to published documentation in `README.md` [#43](https://github.com/Nagidal/hatch-semver/issues/43)
13+
14+
15+
### Development Details
16+
17+
- Deleted unnecessary copy of the documentation [#41](https://github.com/Nagidal/hatch-semver/issues/41)
18+
- Better documentation pipeline [#42](https://github.com/Nagidal/hatch-semver/issues/42)
19+
20+
521
## [0.2.4](https://github.com/Nagidal/hatch-semver/tree/0.2.4) - 2022-11-15
622

723

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ See the [command reference][commands] for all the commands in full detail. If yo
5858
[python-semver]: https://github.com/python-semver/python-semver/tree/maint/v2
5959
[semver-regex]: https://regex101.com/r/Ly7O1x/3/
6060
[semver]: https://semver.org/
61-
[commands]: user_guide/1-commands.md
62-
[comparison]: user_guide/2-migrating-to-semver.md
61+
[commands]: https://nagidal.github.io/hatch-semver/user_guide/1-commands/
62+
[comparison]: https://nagidal.github.io/hatch-semver/user_guide/2-migrating-to-semver/

changelog.d/35.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/36.doc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- towncrier release notes start -->
44

5+
## [1.0.0-rc.1](https://github.com/Nagidal/hatch-semver/tree/1.0.0-rc.1) - 2022-11-16
6+
7+
8+
### Documentation
9+
10+
- Using PowerShell instead of cmd commands in pyproject [#35](https://github.com/Nagidal/hatch-semver/issues/35)
11+
- Added githooks to the repo. Set your core.hookspath to `.githooks` [#36](https://github.com/Nagidal/hatch-semver/issues/36)
12+
- Updated links to published documentation in `README.md` [#43](https://github.com/Nagidal/hatch-semver/issues/43)
13+
14+
15+
### Development Details
16+
17+
- Deleted unnecessary copy of the documentation [#41](https://github.com/Nagidal/hatch-semver/issues/41)
18+
- Better documentation pipeline [#42](https://github.com/Nagidal/hatch-semver/issues/42)
19+
20+
521
## [0.2.4](https://github.com/Nagidal/hatch-semver/tree/0.2.4) - 2022-11-15
622

723

File renamed without changes.

docs/user-docs/CHANGELOG.md

Lines changed: 0 additions & 96 deletions
This file was deleted.

docs/user-docs/README.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)