PHP 8.2.30
Preview: Makefile Size: 312 B
/opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/node_modules/retry/Makefile

SHELL := /bin/bash

release-major: test
	npm version major -m "Release %s"
	git push
	npm publish

release-minor: test
	npm version minor -m "Release %s"
	git push
	npm publish

release-patch: test
	npm version patch -m "Release %s"
	git push
	npm publish

.PHONY: test release-major release-minor release-patch

Directory Contents

Dirs: 2 × Files: 5

Name Size Perms Modified Actions
example DIR
- drwxr-xr-x 2026-03-14 07:02:09
Edit Download
lib DIR
- drwxr-xr-x 2026-03-14 07:02:09
Edit Download
1.18 KB lrw-r--r-- 2026-02-23 06:54:01
Edit Download
40 B lrw-r--r-- 2026-02-23 06:54:01
Edit Download
1.11 KB lrw-r--r-- 2026-02-23 06:54:01
Edit Download
312 B lrw-r--r-- 2026-02-23 06:54:01
Edit Download
1022 B lrw-r--r-- 2026-02-23 06:54:01
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).