Skip to content
This repository has been archived by the owner on Nov 14, 2020. It is now read-only.

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
acecilia committed May 13, 2019
1 parent 1a9e22d commit d8ebe8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="https://img.shields.io/github/release/acecilia/SpecGen.svg"/>
</a>
<a href="https://dev.azure.com/acecilia/SpecGen/_build/latest?definitionId=1&branchName=master">
<img src="https://dev.azure.com/acecilia/SpecGen/_apis/build/status/acecilia.CocoaPodsEndgame?branchName=master"/>
<img src="https://dev.azure.com/acecilia/SpecGen/_apis/build/status/acecilia.SpecGen?branchName=master"/>
</a>
<a href="https://github.com/acecilia/SpecGen/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/acecilia/SpecGen.svg"/>
Expand Down
2 changes: 0 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ prepareRelease: updatePhony formatCode
sed -i '' 's|\(let version = Version("\)\(.*\)\(")\)|\1$(VERSION)\3|' Sources/specgen/main.swift

release:
git add .
git commit -m "Update to $(VERSION)"
git tag $(VERSION)
git push origin --tags

Expand Down

0 comments on commit d8ebe8d

Please sign in to comment.