UNPKG

aemsync

Version:

The code and content synchronization for Sling / AEM (Adobe Experience Manager).

16 lines 308 B
{ "$schema": "https://unpkg.com/release-it@18/schema/release-it.json", "git": { "commit": true, "push": true, "tag": true, "commitMessage": "chore: release v${version}" }, "github": { "release": true, "tokenRef": "GITHUB_TOKEN_CUSTOM" }, "npm": { "publish": true } }