Skip to content

Commit d960e9b

Browse files
authored
Update Release Script (#400)
Replace Line Number 10
1 parent 8a5ab86 commit d960e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ package: package-darwin-universal package-darwin-x86_64 package-darwin-arm64
101101

102102
.PHONY: release
103103
release:
104-
$(SED) -i '' '1s/.*/let version = "$(VERSION)"/' Sources/xcbeautify/Version.swift
104+
$(SED) -i '' '10s/.*/let version = "$(VERSION)"/' Sources/xcbeautify/Version.swift
105105
$(GIT) add Sources/xcbeautify/Version.swift
106106
$(GIT) commit -m "Bump version to $(VERSION)"
107107
$(GIT) push origin main

0 commit comments

Comments
 (0)