Skip to content

Commit 3bac114

Browse files
authored
Merge pull request #4 from jsrepojs/metadata
2 parents 046de26 + 0839543 commit 3bac114

File tree

6 files changed

+30
-2
lines changed

6 files changed

+30
-2
lines changed

.changeset/fast-donkeys-sort.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"mono-one": patch
3+
"mono-two": patch
4+
---
5+
6+
chore: add registry metadata

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# example-monorepo
22

3-
An example of how to release multiple registries to jsrepo.com from the same repository.
3+
An example of how to release multiple registries to jsrepo.com from the same repository.
44

55
## registries
66
- [@example/mono-one](https://www.jsrepo.com/@example/mono-one)
7-
- [@example/mono-two](https://www.jsrepo.com/@example/mono-two)
7+
- [@example/mono-two](https://www.jsrepo.com/@example/mono-two)

registries/mono-one/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @example/mono-one
2+
3+
This is a registry published as an example to show how you can setup releases from a monorepo to jsrepo.com.

registries/mono-one/jsrepo-build-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"$schema": "https://unpkg.com/[email protected]/schemas/registry-config.json",
33
"name": "@example/mono-one",
4+
"meta": {
5+
"authors": ["Aidan Bleser"],
6+
"bugs": "https://github.com/jsrepojs/example-monorepo/issues",
7+
"description": "This is a registry published as an example to show how you can setup releases from a monorepo to jsrepo.com.",
8+
"homepage": "https://github.com/jsrepojs/example-monorepo",
9+
"repository": "https://github.com/jsrepojs/example-monorepo",
10+
"tags": ["registry", "example", "monorepo", "typescript"]
11+
},
412
"version": "package",
513
"readme": "README.md",
614
"dirs": ["./src"],

registries/mono-two/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @example/mono-one
2+
3+
This is a registry published as an example to show how you can setup releases from a monorepo to jsrepo.com.

registries/mono-two/jsrepo-build-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"$schema": "https://unpkg.com/[email protected]/schemas/registry-config.json",
33
"name": "@example/mono-two",
4+
"meta": {
5+
"authors": ["Aidan Bleser"],
6+
"bugs": "https://github.com/jsrepojs/example-monorepo/issues",
7+
"description": "This is a registry published as an example to show how you can setup releases from a monorepo to jsrepo.com.",
8+
"homepage": "https://github.com/jsrepojs/example-monorepo",
9+
"repository": "https://github.com/jsrepojs/example-monorepo",
10+
"tags": ["registry", "example", "monorepo", "typescript"]
11+
},
412
"version": "package",
513
"readme": "README.md",
614
"dirs": ["./src"],

0 commit comments

Comments
 (0)