You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Easily build and test your Unity project.
17
17
We welcome [issues](https://github.com/game-ci/unity-orb/issues) to and [pull requests](https://github.com/game-ci/unity-orb/pulls) against this repository!
18
18
19
19
### How to Publish An Update
20
+
20
21
1. Merge pull requests with desired changes to the main branch.
21
22
- For the best experience, squash-and-merge and use [Conventional Commit Messages](https://conventionalcommits.org/).
22
23
2. Find the current version of the orb.
@@ -32,10 +33,14 @@ We welcome [issues](https://github.com/game-ci/unity-orb/issues) to and [pull re
32
33
- This will push a new tag and trigger your publishing pipeline on CircleCI.
33
34
34
35
### Manual Deploy
36
+
35
37
If you want a private orb for your build env. The following steps allow you to do so. These are adapted from the CircleCI
0 commit comments