mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-10 20:40:36 +00:00
release: v0.13.2
This commit is contained in:
parent
acd33c2fc5
commit
322363f11b
15 changed files with 28 additions and 26 deletions
|
|
@ -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`
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue