-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
- Update to the correct gjson/sjson version in go.mod | ||
- Run `make` | ||
- Update the version of jj in `build.sh`. | ||
- `git add files` | ||
- `git tag v1.7.2` where `1.7.2` is the version in `build.sh` | ||
- `git push` and `git push --tags` | ||
- Run `make package` | ||
- Edit new tag on Github and add the package files | ||
- Run `openssl sha256 packages/jj-1.7.2-darwin-amd64.zip` where `1.7.2` is the version in `build.sh` | ||
- Edit https://github.com/tidwall/homebrew-jj/edit/master/jj.rb and change HOMEBREW_JJ_VERSION and HOMEBREW_JJ_SHA | ||
- Done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters