Skip to content

Commit ea9d69c

Browse files
committed
chore: 🔨 Add release script
1 parent d8e69ed commit ea9d69c

File tree

4 files changed

+385
-10
lines changed

4 files changed

+385
-10
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!-- markdownlint-disable -->
2+
# Changelog

deno.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
"version": "0.0.1",
44
"exports": "./mod.ts",
55
"license": "MIT",
6-
"scopes": {
7-
},
86
"publish": {
97
"include": [
108
"mod.ts",
119
"LICENSE",
12-
"README.md"
10+
"README.md",
11+
"CHANGELOG.md"
1312
]
1413
},
1514
"tasks": {
@@ -20,4 +19,4 @@
2019
"@std/assert": "jsr:@std/assert@1",
2120
"@std/log": "jsr:@std/log@^0.224.9"
2221
}
23-
}
22+
}

0 commit comments

Comments
 (0)