File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ brew install keybase
19191 . Update the version number in ` elm-format.cabal ` .
20201 . If this is a stable release, update references to the version in ` README.md ` .
21211 . Update ` ElmFormat.Version.experimental ` to ` Just <survey URL> ` for experimental versions and ` Nothing ` otherwise.
22- 1 . ` (cd package/npm && npm version "<new version>") `
23221 . Commit the changes "Bump version to \< new version>"
24231 . Create a signed tag for the new version. ` git tag -s <new version> -m <new version> `
25241 . Push the tag. ` git push origin <new version> `
@@ -32,9 +31,9 @@ brew install keybase
32311 . Download the artifacts from the successful build (keep them as zip files), and put them in ` downloads/ `
3332
3433
35- ## Platforms built in docker (Linux)
34+ ## Platforms built via nix (Linux)
3635
37- 1 . Make sure you have [ Docker ] ( https://docs.docker.com/get-docker/ ) installed and running
36+ 1 . Make sure you have [ Nix ] ( https://nixos.org/ ) installed
38371 . The binaries will be built automatically in the next section
3938
4039
You can’t perform that action at this time.
0 commit comments