Skip to content

Commit f281be8

Browse files
authored
Changelog (#364)
* it's bun time * changelog * add note on closed-sourcing
1 parent ebbe9ad commit f281be8

6 files changed

Lines changed: 345 additions & 1408 deletions

File tree

agents/changelog/bun.lock

Lines changed: 317 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agents/changelog/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ program
6565
.argument(
6666
"[repos]",
6767
"A comma separated list of repositories to load the changelogs from",
68-
"ArcadeAI/docs,ArcadeAI/arcade-ai,ArcadeAI/Cloud,ArcadeAI/Engine,ArcadeAI/dashboard",
68+
"ArcadeAI/docs,ArcadeAI/arcade-ai,ArcadeAI/Cloud,ArcadeAI/Engine,ArcadeAI/dashboard,ArcadeAI/toolkits",
6969
)
7070
.action(async (changelog_path: string, repositories: string, options) => {
7171
const config = new Config(options);

agents/changelog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "module",
99
"packageManager": "pnpm@10.9.0",
1010
"scripts": {
11-
"agent": "tsx index.ts generate"
11+
"agent": "bun index.ts generate"
1212
},
1313
"dependencies": {
1414
"@commander-js/extra-typings": "^14.0.0",

0 commit comments

Comments
 (0)