Skip to content

Commit

Permalink
chore: 🔨 Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Oct 29, 2024
1 parent d8e69ed commit ea9d69c
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!-- markdownlint-disable -->
# Changelog
7 changes: 3 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
"version": "0.0.1",
"exports": "./mod.ts",
"license": "MIT",
"scopes": {
},
"publish": {
"include": [
"mod.ts",
"LICENSE",
"README.md"
"README.md",
"CHANGELOG.md"
]
},
"tasks": {
Expand All @@ -20,4 +19,4 @@
"@std/assert": "jsr:@std/assert@1",
"@std/log": "jsr:@std/log@^0.224.9"
}
}
}
Loading

0 comments on commit ea9d69c

Please sign in to comment.