mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: update description
This commit is contained in:
parent
2c6f9043e8
commit
576696a370
1 changed files with 1 additions and 5 deletions
|
|
@ -80,11 +80,7 @@ async function main() {
|
|||
await Bun.write(extensionsTomlPath, updatedToml)
|
||||
await $`git add extensions.toml`
|
||||
|
||||
const commitMessage = `Update ${EXTENSION_NAME} to v${cleanVersion}
|
||||
|
||||
Release notes:
|
||||
|
||||
https://github.com/${OPENCODE_REPO}/releases/tag/v${cleanVersion}`
|
||||
const commitMessage = `Update ${EXTENSION_NAME} to v${cleanVersion}`
|
||||
|
||||
await $`git commit -m ${commitMessage}`
|
||||
console.log(`✅ Changes committed`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue