Skip to content

Commit e05d013

Browse files
authored
Update README.md with small syntax changes (#70)
1 parent 1a58dfc commit e05d013

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Easily build and test your Unity project.
1717
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!
1818

1919
### How to Publish An Update
20+
2021
1. Merge pull requests with desired changes to the main branch.
2122
- For the best experience, squash-and-merge and use [Conventional Commit Messages](https://conventionalcommits.org/).
2223
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
3233
- This will push a new tag and trigger your publishing pipeline on CircleCI.
3334

3435
### Manual Deploy
36+
3537
If you want a private orb for your build env. The following steps allow you to do so. These are adapted from the CircleCI
3638
[Manual Orb Authoring Process](https://circleci.com/docs/orb-author-validate-publish/#publish-your-orb)
37-
1. `circleci namespace create <name> --org-id <your-organization-id>`
38-
2. `circleci orb create <my-namespace>/<my-orb-name> --private`
39-
3. `circleci orb pack src > unity-orb.yml`
40-
4. `circleci orb publish unity-orb.yml <my-namespace>/<my-orb-name>@dev:first`
41-
5. `circleci orb publish promote <my-namespace>/<my-orb-name>@dev:first patch`
39+
40+
```bash
41+
circleci namespace create <name> --org-id <your-organization-id>
42+
circleci orb create <my-namespace>/<my-orb-name> --private
43+
circleci orb pack src > unity-orb.yml
44+
circleci orb publish unity-orb.yml <my-namespace>/<my-orb-name>@dev:first
45+
circleci orb publish promote <my-namespace>/<my-orb-name>@dev:first patch
46+
```

0 commit comments

Comments
 (0)