@@ -134,7 +134,7 @@ but in the version specific release page.
134134
135135### Update version in ` package.json ` to a pre-release
136136
137- Use a new version, suffixed by ` .pre ` .
137+ Use the new version, suffixed by ` pre ` , like ` 0.29.2-3.1 .pre` .
138138
139139### Update ` CHANGELOG.md `
140140
@@ -225,9 +225,9 @@ archive and its SHA signature, created in the `deploy` folder:
225225
226226``` console
227227$ ls -l ~ /Work/xpack-dev-tools/pkg-config-xpack.git/build/darwin-x64/deploy
228- total 1680
229- -rw-r--r-- 1 ilg staff 853169 Jan 28 22:40 xpack-pkg-config-0.29.2-1 -darwin-x64.tar.gz
230- -rw-r--r-- 1 ilg staff 110 Jan 28 22:40 xpack-pkg-config-0.29.2-1 -darwin-x64.tar.gz.sha
228+ total 1688
229+ -rw-r--r-- 1 ilg staff 859095 Sep 6 10:02 xpack-pkg-config-0.29.2-3 -darwin-x64.tar.gz
230+ -rw-r--r-- 1 ilg staff 110 Sep 6 10:02 xpack-pkg-config-0.29.2-3 -darwin-x64.tar.gz.sha
231231```
232232
233233#### Apple Silicon macOS
@@ -260,8 +260,8 @@ archive and its SHA signature, created in the `deploy` folder:
260260``` console
261261$ ls -l ~ /Work/xpack-dev-tools/pkg-config-xpack.git/build/darwin-arm64/deploy
262262total 1696
263- -rw-r--r-- 1 ilg staff 860987 Jan 28 22:41 xpack-pkg-config-0.29.2-1 -darwin-arm64.tar.gz
264- -rw-r--r-- 1 ilg staff 112 Jan 28 22:41 xpack-pkg-config-0.29.2-1 -darwin-arm64.tar.gz.sha
263+ -rw-r--r-- 1 ilg staff 861270 Sep 6 10:02 xpack-pkg-config-0.29.2-3 -darwin-arm64.tar.gz
264+ -rw-r--r-- 1 ilg staff 112 Sep 6 10:02 xpack-pkg-config-0.29.2-3 -darwin-arm64.tar.gz.sha
265265```
266266
267267#### Intel GNU/Linux
@@ -296,8 +296,8 @@ archive and its SHA signature, created in the `deploy` folder:
296296``` console
297297$ ls -l ~ /Work/xpack-dev-tools/pkg-config-xpack.git/build/linux-x64/deploy
298298total 860
299- -rw-r--r-- 1 ilg ilg 874508 Jan 28 20:41 xpack-pkg-config-0.29.2-1 -linux-x64.tar.gz
300- -rw-r--r-- 1 ilg ilg 109 Jan 28 20:41 xpack-pkg-config-0.29.2-1 -linux-x64.tar.gz.sha
299+ -rw-r--r-- 1 ilg ilg 875405 Sep 6 07:02 xpack-pkg-config-0.29.2-3 -linux-x64.tar.gz
300+ -rw-r--r-- 1 ilg ilg 109 Sep 6 07:02 xpack-pkg-config-0.29.2-3 -linux-x64.tar.gz.sha
301301```
302302
303303##### Build the Intel Windows binaries
@@ -334,8 +334,8 @@ archive and its SHA signature, created in the `deploy` folder:
334334``` console
335335$ ls -l ~ /Work/xpack-dev-tools/pkg-config-xpack.git/build/linux-arm64/deploy
336336total 860
337- -rw-r--r-- 1 ilg ilg 874685 Jan 28 20:43 xpack-pkg-config-0.29.2-1 -linux-arm64.tar.gz
338- -rw-r--r-- 1 ilg ilg 111 Jan 28 20:43 xpack-pkg-config-0.29.2-1 -linux-arm64.tar.gz.sha
337+ -rw-r--r-- 1 ilg ilg 875919 Sep 6 07:05 xpack-pkg-config-0.29.2-3 -linux-arm64.tar.gz
338+ -rw-r--r-- 1 ilg ilg 111 Sep 6 07:05 xpack-pkg-config-0.29.2-3 -linux-arm64.tar.gz.sha
339339```
340340
341341#### Arm GNU/Linux 32-bit
@@ -368,8 +368,8 @@ archive and its SHA signature, created in the `deploy` folder:
368368``` console
369369$ ls -l ~ /Work/xpack-dev-tools/pkg-config-xpack.git/build/linux-arm/deploy
370370total 844
371- -rw-r--r-- 1 ilg ilg 860054 Jan 28 20:44 xpack-pkg-config-0.29.2-1 -linux-arm.tar.gz
372- -rw-r--r-- 1 ilg ilg 109 Jan 28 20:44 xpack-pkg-config-0.29.2-1 -linux-arm.tar.gz.sha
371+ -rw-r--r-- 1 ilg ilg 860157 Sep 6 07:05 xpack-pkg-config-0.29.2-3 -linux-arm.tar.gz
372+ -rw-r--r-- 1 ilg ilg 109 Sep 6 07:05 xpack-pkg-config-0.29.2-3 -linux-arm.tar.gz.sha
373373```
374374
375375### Update README-MAINTAINER listing output
0 commit comments