You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,8 @@ API is backward compatible with Fuzzaldrin and Fuzzaldrin-plus. Additional funct
23
23
## How to release the package to npm?
24
24
25
25
* Bump up version in package.json.
26
-
* Create a new release tag in Github, for the bumped version. This should trigger builds in Travis CI, Appveyor and the following binaries will be uploaded to GitHub.
27
-
*Install prebuildify-ci to download prebuilt binaries from GitHub releases
26
+
* Create a new release tag in Github, for the bumped version. This should trigger builds in GitHub Actions. The binaries will be uploaded to the action's page.
27
+
*Manually download the prebuilt binaries from GitHub and publish.
28
28
```
29
-
npm install -g prebuildify-ci
30
-
```
31
-
32
-
* Download the prebuilt binaries from GitHub and publish.
0 commit comments