Compare commits
1 Commits
v.1.3.9
...
5cceba21f4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5cceba21f4 |
@@ -51,10 +51,10 @@ def main():
|
|||||||
|
|
||||||
# 2. Git Operations
|
# 2. Git Operations
|
||||||
run_command([git, 'add', '.'])
|
run_command([git, 'add', '.'])
|
||||||
run_command([git, 'commit', '-m', f"Build [v.{new_version}]"])
|
run_command([git, 'commit', '-m', f"Build [v{new_version}]"])
|
||||||
|
|
||||||
# 3. Create branch (snapshot)
|
# 3. Create branch (snapshot)
|
||||||
branch_name = f"v.{new_version}"
|
branch_name = f"v{new_version}"
|
||||||
run_command([git, 'branch', branch_name])
|
run_command([git, 'branch', branch_name])
|
||||||
|
|
||||||
# 4. Create Production Bundle
|
# 4. Create Production Bundle
|
||||||
|
|||||||
Reference in New Issue
Block a user