Skip to content

Commit

Permalink
Link refs in changelog, they aren't magically done by GH
Browse files Browse the repository at this point in the history
  • Loading branch information
helen committed Mar 12, 2020
1 parent 94f008f commit 13f470b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ All notable changes to this project will be documented in this file, per [the Ke

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

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

## [1.3.0] - 2019-08-30
### Added
- 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.
- 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.

### Changed
- Removed unnecessary `GITHUB_TOKEN` check/requirement.
Expand Down

0 comments on commit 13f470b

Please sign in to comment.