Skip to content

Commit cfedcc4

Browse files
committed
mainfest: Do not exclude linked document
Because the CONTRIBUTING.md is linked to from within the README.md, which is shipped to users, it should itself also be shipped to users to ensure an offline copy of the package is complete enough to read all documentation.
1 parent 7418efa commit cfedcc4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Changed
44
- Added alt text to `README.md`
5+
- Added `CONTRIBUTING.md` to package distribution
56

67
## Fixed
78

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ description = "Query and display headings in your documents and templates."
99
categories = ["components", "scripting"]
1010
keywords = ["context", "chapter", "section", "heading"]
1111
license = "MIT"
12-
exclude = ["assets", "docs", "tests", "CONTRIBUTING.md", "Justfile"]
12+
exclude = ["assets", "docs", "tests", "Justfile"]

0 commit comments

Comments
 (0)