Skip to content

Commit ba9fe18

Browse files
committed
docs(CHANGES): Use normal issue linking format
%s/{issue}`\(\d\+\)`/#\1/ge
1 parent e97bcc8 commit ba9fe18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGES

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,21 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
6363
### Breaking changes
6464

6565
- Config location uses `XDG_CONFIG_HOME` from [XDG Base Directory],
66-
({issue}`367`).
66+
(#367).
6767

6868
Old path: `~/.vcspull`
6969

7070
New path: `XDG_CONFIG_HOME`, usually `~/.config/vcspull`
7171

7272
[xdg base directory]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
7373

74-
- Override config directory via `VCSPULL_CONFIGDIR` ({issue}`367`)
75-
- Switch from `str` to `pathlib.Path` ({issue}`364`)
74+
- Override config directory via `VCSPULL_CONFIGDIR` (#367)
75+
- Switch from `str` to `pathlib.Path` (#364)
7676
- Requires click 8+
7777

7878
### Compatibility
7979

80-
- Allow click 8.1.x ({issue}`372`)
80+
- Allow click 8.1.x (#372)
8181
- vcspull learned `-h` for help (thanks HN 2022-04-11)
8282
- Python 3.7 and 3.8 dropped (#356)
8383

@@ -118,7 +118,7 @@ Patch branch: [`v1.12.x`](https://github.com/vcs-python/vcspull/tree/v1.12.x)
118118

119119
### Compatibility
120120

121-
- Allow click 8.1.x (backport of {issue}`372`)
121+
- Allow click 8.1.x (backport of #372)
122122

123123
## vcspull 1.11.3 (2022-04-11)
124124

0 commit comments

Comments
 (0)