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

Commit 2be141e

Browse files
authored
Merge pull request #159 from typescript-tools/mention-spec-on-readme
2 parents d919488 + d6bfdb9 commit 2be141e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.releaserc.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
{
66
"preset": "angular",
77
"releaseRules": [
8-
{"type": "docs", "scope": "README.md", "release": "patch"}
8+
{
9+
"type": "docs",
10+
"release": "patch"
11+
}
912
]
1013
}
1114
],
@@ -58,4 +61,4 @@
5861
}
5962
]
6063
]
61-
}
64+
}

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
[semantic-release]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
1212

1313
The `typescript-tools` are an opinionated collection of utilities for working with
14-
TypeScript monorepos.
14+
TypeScript monorepos. Read more in the [typescript-tools spec].
15+
16+
[typescript-tools spec]: https://github.com/typescript-tools/spec
1517

1618
## The Problem
1719

0 commit comments

Comments
 (0)