Skip to content

Commit

Permalink
remove old tools tagging script, add breaking changes script
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 13, 2024
1 parent 0dd4430 commit 18ee911
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 40 deletions.
40 changes: 0 additions & 40 deletions scripts/add_tool_release_tag.sh

This file was deleted.

2 changes: 2 additions & 0 deletions scripts/breaking-changes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
cd tools/breakingchanges/ && go run cmd/main.go -path ../.. || cd -
3 changes: 3 additions & 0 deletions scripts/test-package-release.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This script is used to verify release pipeline end-to-end
# Usage:
# python ./scripts/test-package-release.py -tag k8s-test-runner/v1.999.0-test-release -package ./k8s-test-runner
import subprocess
import argparse
import os
Expand Down

0 comments on commit 18ee911

Please sign in to comment.