Skip to content

Commit 9e323da

Browse files
chore(ci): provide attribution on releases (#563)
Co-authored-by: phoenix-server <phoenix@ricardocabral.io>
1 parent f6c1af6 commit 9e323da

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

.changeset/config.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.1.4/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{
6+
"repo": "cameri/nostream"
7+
}
8+
],
49
"commit": true,
5-
"fixed": [],
6-
"linked": [],
7-
"access": "restricted",
10+
"privatePackages": {
11+
"tag": true
12+
},
13+
"access": "public",
814
"baseBranch": "main",
9-
"updateInternalDependencies": "patch",
10-
"ignore": [],
11-
"commitMessage": "chore(release): version packages\n\n[skip ci]"
15+
"updateInternalDependencies": "patch"
1216
}

.changeset/wild-buttons-melt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "nostream",
33
"version": "2.1.1",
4+
"private": true,
45
"description": "A Nostr relay written in Typescript.",
56
"supportedNips": [
67
1,

0 commit comments

Comments
 (0)