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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ A description of this package.
4
4
5
5
## Release
6
6
7
-
1. Create a PR to update the [`appVersion`](Sources/hostmgr/main.swift).
8
-
1. After the PR is merged, create a tag named same as the `appVersion`,
9
-
1. Once the tag is pushed up to this repo, a CI job will be automatically kicked off to create a GitHub release for the tag. Wait for the CI job to finish.
10
-
1. Update [the hostmgr homebrew formula](https://github.com/Automattic/homebrew-build-tools/blob/trunk/hostmgr.rb)'s `url` and `sha256` fields, whose value can be found in the GitHub release created above.
7
+
1. Create a PR to update [the version property](Sources/libhostmgr/libhostmgr.swift).
8
+
1. After the PR is merged, create a tag named same as the updated version,
9
+
1. Once the tag is pushed up to this repo, a CI job will be automatically kicked off to create a GitHub release for the tag.
0 commit comments