Skip to content

Commit b257c70

Browse files
committed
att
1 parent 20faf1b commit b257c70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

devops.releasefier.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@ function main()
4646
print("⚙️ Detected source changes — preparing new release...")
4747
dtw.remove_any("release")
4848

49-
-- Incrementa PATCH_VERSION
5049
shipyard.increment_replacer("release.json", "PATCH_VERSION")
5150

52-
-- Commita e envia para o repositório
5351
os.execute("git add .")
5452
os.execute("git commit -m 'release: prepare new VibeScript release'")
5553
os.execute("git push")

0 commit comments

Comments
 (0)