File tree Expand file tree Collapse file tree 10 files changed +16
-19
lines changed
Expand file tree Collapse file tree 10 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 8888 if : startsWith(github.ref, 'refs/tags/v')
8989 uses : ncipollo/release-action@v1
9090 with :
91- artifacts : " *.tar.*"
92- artifactContentType : application/x-xz
91+ artifacts : " dist/*.tar.*"
9392 bodyFile : release-notes.md
94- draft : true
95- # prerelease: ${{ contains(github.ref, '-rc') }}
96- # makeLatest: ${{ !contains(github.ref, '-rc') }}
97- # - name: Publish npm packages
98- # if: startsWith(github.ref, 'refs/tags/v')
99- # run: cd npm && npm publish --workspaces --tag=${{ contains(github.ref, '-rc') && 'next' || 'latest' }}
93+ draft : true
Original file line number Diff line number Diff line change 11{
22 "name" : " @img/sharp-libvips-darwin-arm64" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "description" : " Prebuilt libvips and dependencies for use with sharp on macOS 64-bit ARM" ,
55 "author" : " Lovell Fuller <npm@lovell.info>" ,
66 "homepage" : " https://sharp.pixelplumbing.com" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @img/sharp-libvips-darwin-x64" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "description" : " Prebuilt libvips and dependencies for use with sharp on macOS x64" ,
55 "author" : " Lovell Fuller <npm@lovell.info>" ,
66 "homepage" : " https://sharp.pixelplumbing.com" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @img/sharp-libvips-dev" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "description" : " Header files and C++ sources for libvips and dependencies required when compiling sharp from source" ,
55 "author" : " Lovell Fuller <npm@lovell.info>" ,
66 "homepage" : " https://sharp.pixelplumbing.com" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @img/sharp-libvips-linux-arm" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "description" : " Prebuilt libvips and dependencies for use with sharp on Linux (glibc) 32-bit ARM" ,
55 "author" : " Lovell Fuller <npm@lovell.info>" ,
66 "homepage" : " https://sharp.pixelplumbing.com" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @img/sharp-libvips-linux-arm64" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "description" : " Prebuilt libvips and dependencies for use with sharp on Linux (glibc) 64-bit ARM" ,
55 "author" : " Lovell Fuller <npm@lovell.info>" ,
66 "homepage" : " https://sharp.pixelplumbing.com" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @img/sharp-libvips-linux-x64" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "description" : " Prebuilt libvips and dependencies for use with sharp on Linux (glibc) x64" ,
55 "author" : " Lovell Fuller <npm@lovell.info>" ,
66 "homepage" : " https://sharp.pixelplumbing.com" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @img/sharp-libvips" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "private" : " true" ,
55 "workspaces" : [
66 " dev" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @img/sharp-libvips-win32-x64" ,
3- "version" : " 1.2.6 " ,
3+ "version" : " 1.2.7 " ,
44 "description" : " Prebuilt libvips and dependencies for use with sharp on Windows x64" ,
55 "author" : " Lovell Fuller <npm@lovell.info>" ,
66 "homepage" : " https://sharp.pixelplumbing.com" ,
Original file line number Diff line number Diff line change 55cd npm
66ls -la
77
8- for dir in * /; do
9- [ -d " $dir " ] && tar -cvzf " ../sharp-libvips-${dir%/ } -1.2.6.tar.gz" -C " $dir " .
10- done
8+ npm pack --workspaces --pack-destination=../dist
9+
10+
11+ # for dir in */; do
12+ # [ -d "$dir" ] && tar -cvzf "../sharp-libvips-${dir%/}-1.2.7.tar.gz" -C "$dir" .
13+ # done
You can’t perform that action at this time.
0 commit comments