We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c1af6 commit bc2c532Copy full SHA for bc2c532
2 files changed
.changeset/config.json
@@ -1,12 +1,16 @@
1
{
2
"$schema": "https://unpkg.com/@changesets/config@3.1.4/schema.json",
3
- "changelog": "@changesets/cli/changelog",
+ "changelog": [
4
+ "@changesets/changelog-github",
5
+ {
6
+ "repo": "cameri/nostream"
7
+ }
8
+ ],
9
"commit": true,
- "fixed": [],
- "linked": [],
- "access": "restricted",
10
+ "privatePackages": {
11
+ "tag": true
12
+ },
13
+ "access": "public",
14
"baseBranch": "main",
- "updateInternalDependencies": "patch",
- "ignore": [],
- "commitMessage": "chore(release): version packages\n\n[skip ci]"
15
+ "updateInternalDependencies": "patch"
16
}
package.json
@@ -1,6 +1,7 @@
"name": "nostream",
"version": "2.1.1",
+ "private": true,
"description": "A Nostr relay written in Typescript.",
"supportedNips": [
1,
0 commit comments