Skip to content

Commit

Permalink
🔨 Add make release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewe Heo committed Dec 12, 2022
1 parent 8eedf77 commit dfdc300
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@ build:
test:
swift test

release: clean test build
gh release create $(VERSION) \
--title $(VERSION) \
--generate-notes \
.build/apple/Products/Release/tca-diagram

clean:
rm -rf .build

0 comments on commit dfdc300

Please sign in to comment.