Skip to content

Commit 6b5c73d

Browse files
committed
Update README
1 parent ecc125a commit 6b5c73d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# swift-test
2+
23
GitHub action to build and run Swift package tests on an Android emulator
4+
5+
You can add this action to your Swift CI workflow from the
6+
[GitHub Marketplace](https://github.com/marketplace/actions/swift-android-action).
7+
8+
## Releasing
9+
10+
To create a new release, make a new tag (like 1.0.0),
11+
and then update the symbolic major v1 tag with:
12+
13+
```
14+
git tag -fa v1 -m "Update v1 tag"
15+
git push origin v1 --force
16+
```
17+
18+

0 commit comments

Comments
 (0)