Skip to content

Commit 47c52b2

Browse files
authored
Merge pull request #3 from fastapi-mvc/fix_changelog_symlinking
Fix changelog symlinking
2 parents e6b05a2 + 0d8c9fd commit 47c52b2

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
This file documents changes to [fastapi-mvc/copier-project](https://github.com/fastapi-mvc/copier-project). The release numbering uses [semantic versioning](http://semver.org).
44

5+
## Unreleased
6+
7+
### Fixed
8+
9+
* Fix relative symlinking to `CHANGELOG.md` in docs [fastapi-mvc/fastapi-mvc#189](https://github.com/fastapi-mvc/fastapi-mvc/issues/189). PR [#3](https://github.com/fastapi-mvc/copier-project/pull/3)
510

611
## 0.1.0 (09.10.2022)
712

813
* Initial release - [fastapi-mvc/fastapi-mvc#174](https://github.com/fastapi-mvc/fastapi-mvc/issues/174)
9-

copier.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ _envops:
1212
variable_end_string: "}}"
1313
variable_start_string: "{{"
1414

15-
_tasks:
16-
- "ln -srf CHANGELOG.md docs/CHANGELOG.md "
17-
1815
# TEMPLATE QUESTIONS
1916
project_name:
2017
type: str

template/docs/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.. include:: ../CHANGELOG.md
2+
:parser: myst_parser.sphinx_

template/docs/index.rst.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ Miscellaneous Pages
142142
:maxdepth: 2
143143

144144
license
145-
CHANGELOG.md
145+
changelog

0 commit comments

Comments
 (0)