Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:926
forks:228
updated:2026년 2월 24일 16:04
SKILL.md
| name | magerun-release |
| description | Technical release process for n98-magerun2 |
This skill describes the technical release process of the n98-magerun2 tool.
Use this skill when a new version of n98-magerun2 needs to be released.
To release a new version, follow these steps:
git log $(git describe --tags --abbrev=0)..HEAD --oneline\N98\Magento\Application::APP_VERSION with the new version number.
src/N98/Magento/Application.phpversion.txt with the new version number.
version.txtCHANGELOG.md with the new version number.
CHANGELOG.mdrelease-it tool.
npx release-it (or vendor/bin/release-it if available via composer, but typically it's a JS tool).master branch.