Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

docs: link to the typescript-tools spec #159

Merged
merged 2 commits into from
May 14, 2022
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
7 changes: 5 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
{
"preset": "angular",
"releaseRules": [
{"type": "docs", "scope": "README.md", "release": "patch"}
{
"type": "docs",
"release": "patch"
}
]
}
],
Expand Down Expand Up @@ -58,4 +61,4 @@
}
]
]
}
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
[semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg

The `typescript-tools` are an opinionated collection of utilities for working with
TypeScript monorepos.
TypeScript monorepos. Read more in the [typescript-tools spec].

[typescript-tools spec]: https://github.com/typescript-tools/spec

## The Problem

Expand Down