Skip to content

Commit 13f470b

Browse files
committed
Link refs in changelog, they aren't magically done by GH
1 parent 94f008f commit 13f470b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ All notable changes to this project will be documented in this file, per [the Ke
66

77
## [1.4.1] - 2020-03-12
88
### Fixed
9-
- Ensure previously committed files that are later added to `.distignore` get deleted. Props @pascalknecht via #26.
10-
- Escape filenames to avoid errors with filenames containing an `@` symbol. Props @Gaya via #22.
11-
- Use parameter expansion instead of `sed` to remove `v` from version numbers. Props @szepeviktor via #24.
12-
- Use `https` for WordPress.org URLs. Props @dinhtungdu via #28.
13-
- Correct encrypted secrets documentation link. Props @felipeelia via #20.
9+
- Ensure previously committed files that are later added to `.distignore` get deleted. Props [@pascalknecht](https://github.com/pascalknecht) via [#26](https://github.com/10up/distributor/pull/26).
10+
- Escape filenames to avoid errors with filenames containing an `@` symbol. Props [@Gaya](https://github.com/Gaya) via [#22](https://github.com/10up/distributor/pull/22).
11+
- Use parameter expansion instead of `sed` to remove `v` from version numbers. Props [@szepeviktor](https://github.com/szepeviktor) via [#24](https://github.com/10up/distributor/pull/24).
12+
- Use `https` for WordPress.org URLs. Props [@dinhtungdu](https://github.com/dinhtungdu) via [#28](https://github.com/10up/distributor/pull/28).
13+
- Correct encrypted secrets documentation link. Props [@felipeelia](https://github.com/felipeelia) via [#20](https://github.com/10up/distributor/pull/20).
1414

1515
## [1.4.0] - 2019-10-21
1616
### Added
@@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file, per [the Ke
2121

2222
## [1.3.0] - 2019-08-30
2323
### Added
24-
- Added the ability to use `.distignore` to exclude files from deployment instead of `.gitattributes`, which works better when a build step is included. Props @LeoColomb via #3, with additional thanks to @markjaquith for consultation.
24+
- Added the ability to use `.distignore` to exclude files from deployment instead of `.gitattributes`, which works better when a build step is included. Props [@LeoColomb](https://github.com/LeoColomb) via [#3](https://github.com/10up/distributor/pull/3), with additional thanks to [@markjaquith](https://github.com/markjaquith) for consultation.
2525

2626
### Changed
2727
- Removed unnecessary `GITHUB_TOKEN` check/requirement.

0 commit comments

Comments
 (0)