mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 10:44:21 +01:00
ci: update description
This commit is contained in:
@@ -80,11 +80,7 @@ async function main() {
|
|||||||
await Bun.write(extensionsTomlPath, updatedToml)
|
await Bun.write(extensionsTomlPath, updatedToml)
|
||||||
await $`git add extensions.toml`
|
await $`git add extensions.toml`
|
||||||
|
|
||||||
const commitMessage = `Update ${EXTENSION_NAME} to v${cleanVersion}
|
const commitMessage = `Update ${EXTENSION_NAME} to v${cleanVersion}`
|
||||||
|
|
||||||
Release notes:
|
|
||||||
|
|
||||||
https://github.com/${OPENCODE_REPO}/releases/tag/v${cleanVersion}`
|
|
||||||
|
|
||||||
await $`git commit -m ${commitMessage}`
|
await $`git commit -m ${commitMessage}`
|
||||||
console.log(`✅ Changes committed`)
|
console.log(`✅ Changes committed`)
|
||||||
|
|||||||
Reference in New Issue
Block a user