Skip to content

Commit

Permalink
ci: 👷 Update versioning script
Browse files Browse the repository at this point in the history
  • Loading branch information
aMediocreDad committed Jul 21, 2024
1 parent ce0da0c commit 400d3d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ await writeFile("system.json", `${JSON.stringify(manifest, null, "\t")}\n`);

// Format system.json
await $`bunx biome format --write .`;
await $`git add -A`;
await $`git commit -m "chore: Version Packages: ${version}"`;

0 comments on commit 400d3d9

Please sign in to comment.