Skip to content

Commit 5520fd4

Browse files
authored
Drop unified release workflow (#2310)
1 parent 6437d10 commit 5520fd4

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

.github/workflows/unified-release.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

utils/bump-version.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ def main():
7474
pattern=r'STACK_VERSION:\s+\- "[0-9]+[0-9\.]*[0-9](?:\-SNAPSHOT)?"',
7575
replace=f'STACK_VERSION:\n - "{major_minor_version}.0-SNAPSHOT"',
7676
)
77-
find_and_replace(
78-
path=SOURCE_DIR / ".github/workflows/unified-release.yml",
79-
pattern=r'STACK_VERSION:\s+"[0-9]+[0-9\.]*[0-9](?:\-SNAPSHOT)?"',
80-
replace=f'STACK_VERSION: "{major_minor_version}-SNAPSHOT"',
81-
)
8277

8378

8479
if __name__ == "__main__":

0 commit comments

Comments
 (0)