Skip to content

Commit

Permalink
Fix release script removing release-deps install step
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Nov 17, 2022
1 parent a11f753 commit 1f9d7f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/prepare-release/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ func main() {
cmd = exec.Command("mv", "changelog/unreleased", newChangelog)
run(cmd)

// install release-deps: calens
cmd = exec.Command("make", "release-deps")
run(cmd)

// create new changelog
cmd = exec.Command(getGoBin("calens"), "-o", "CHANGELOG.md")
run(cmd)
Expand Down

0 comments on commit 1f9d7f1

Please sign in to comment.