Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
add missing .0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jul 22, 2019
1 parent ffadfd2 commit a817eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Releases are generally on Mondays, from Sunday's nightly builds.
1. Copy `Formula/hhvm-nightly.rb` to `Formula/hhvm-4.x.rb`, replacing `x`
1. Edit the class name in that file from `HhvmNightly` to `Hhvm4x`, e.g.
`Hhvm415`
1. Run `./build-release.sh 4.x Formula/hhvm-4.x.rb`
1. Run `./build-release.sh 4.x.0 Formula/hhvm-4.x.rb`
1. Wait for both to complete; binaries are automatically uploaded.
1. One one host, add the bottle `sha256` lines from both builders - e.g.
one `sha256 "deadbeef" => :high_sierra` line, one
Expand Down

0 comments on commit a817eda

Please sign in to comment.