Skip to content

Commit e8a8426

Browse files
committed
Update publishing instructions
1 parent c7745be commit e8a8426

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PUBLISHING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ brew install keybase
1919
1. Update the version number in `elm-format.cabal`.
2020
1. If this is a stable release, update references to the version in `README.md`.
2121
1. Update `ElmFormat.Version.experimental` to `Just <survey URL>` for experimental versions and `Nothing` otherwise.
22-
1. `(cd package/npm && npm version "<new version>")`
2322
1. Commit the changes "Bump version to \<new version>"
2423
1. Create a signed tag for the new version. `git tag -s <new version> -m <new version>`
2524
1. Push the tag. `git push origin <new version>`
@@ -32,9 +31,9 @@ brew install keybase
3231
1. 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
3837
1. The binaries will be built automatically in the next section
3938

4039

0 commit comments

Comments
 (0)