Skip to content

Commit c7cf523

Browse files
authored
chore(0.13): update release script (#7979)
1 parent 6449fa5 commit c7cf523

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/release.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/bin/env -S node --import ./scripts/register-hook.js
1+
#!/usr/bin/env tsx
22
/*
3-
* Copyright (C) 2018-2024 Garden Technologies, Inc. <info@garden.io>
3+
* Copyright (C) 2018-2025 Garden Technologies, Inc. <info@garden.io>
44
*
55
* This Source Code Form is subject to the terms of the Mozilla Public
66
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -222,8 +222,8 @@ async function release() {
222222
If this is not a pre-release, create a pull request for ${branchName} on Github by visiting:
223223
https://github.com/garden-io/garden/pull/new/${branchName}\n
224224
225-
Please refer to our contributing docs for the next steps:
226-
https://github.com/garden-io/garden/blob/main/CONTRIBUTING.md
225+
Please refer to our release process docs for the next steps:
226+
https://github.com/garden-io/garden/blob/main/RELEASE_PROCESS.md
227227
`)
228228
}
229229
}
@@ -323,8 +323,8 @@ async function stripPrereleaseTags(tags: string[], version: string) {
323323
}
324324
}
325325

326-
// We also need to remove the "edge-bonsai" tag
327-
await execa("git", ["tag", "-d", "edge-bonsai"])
326+
// We also need to remove the "edge-cedar" tag
327+
await execa("git", ["tag", "-d", "edge-cedar"])
328328
}
329329

330330
;(async () => {

0 commit comments

Comments
 (0)