Skip to content

Commit 0a443b5

Browse files
Add update and release instructions to Readme
Add a section underneath how to contribute to the repo about how to release a new version.
1 parent 9b11e36 commit 0a443b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,14 @@ For an output example, please check this [Gist](https://gist.github.com/trupin/9
655655
4. Push to the branch (`git push origin my-new-feature`)
656656
5. Create a new Pull Request
657657
658+
## Releasing a new version
659+
660+
1. Navigate to the Github Releases tab.
661+
2. Ensure that whatever changes need to be released are merged into master.
662+
3. Create a new release with a matching tag on the commit you want to release.
663+
4. Wait up to 3 hours for Homebrew to automatically detect the new version and [trigger a PR into homebrew-core like this one](https://github.com/Homebrew/homebrew-core/pull/220659).
664+
5. The new version will be available to use from Homebrew after that PR gets approved and merged.
665+
658666
## License
659667
660668
MIT license. See the [LICENSE file](./LICENSE) for details.

0 commit comments

Comments
 (0)