release: v0.13.2

This commit is contained in:
Dax Raad
2025-09-29 01:38:53 -04:00
parent acd33c2fc5
commit 322363f11b
15 changed files with 28 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "0.12.1",
"version": "0.13.2",
"name": "opencode",
"type": "module",
"private": true,

View File

@@ -147,6 +147,7 @@ if (!snapshot) {
await $`cd ./dist/aur-${pkg} && git push`
}
/*
// Homebrew formula
const homebrewFormula = [
"# typed: false",
@@ -204,4 +205,5 @@ if (!snapshot) {
await $`cd ./dist/homebrew-tap && git add opencode.rb`
await $`cd ./dist/homebrew-tap && git commit -m "Update to v${version}"`
await $`cd ./dist/homebrew-tap && git push`
*/
}