Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .spi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
# available.
version: 1
# Overrides the author line SPI derives from the commit history, which still
# credits the repository's former `gumob` handle.
# credits the repository's former `gumob` handle. SPI renders this value
# verbatim -- unlike the derived line, it gets no "Written by" prefix and no
# full stop -- so the value has to be a complete sentence.
metadata:
authors: Kojiro Futamura and contributors
authors: Written by Kojiro Futamura and contributors.
builder:
configs:
- documentation_targets: [Punycode]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- The author line on the Swift Package Index page reads as a sentence again. SPI renders `metadata.authors` from `.spi.yml` verbatim, without the "Written by" prefix and full stop it adds to the line it derives from the commit history, so the value now carries them itself.

## [4.0.2] - 2026-08-21

### Added
Expand Down
Loading