Imported from ant-design/ant-design-icons (
AGENTS.md). Install upstream withnpx skills add ant-design/ant-design-icons. Copyright stays with the author.
Repository Guidelines
Package release
Publish workspace dependencies before their consumers. Never publish a generated React package against unpublished @ant-design/icons-svg changes.
Release @ant-design/icons without Lerna:
- Check whether
packages/icons-svgcontains changes that are not in its latest published version. - When SVG changes are pending, bump
packages/icons-svg/package.json, update the@ant-design/icons-svgdependency floor inpackages/icons-react/package.jsonto the new version, and runnpm run prepublishOnlyfrompackages/icons-svg. - Bump
packages/icons-react/package.jsonand runFATHER_CACHE=none ut react:cifrom the repository root. - Commit the release changes and push them to
master. - When required, run
npm publishfrompackages/icons-svgfirst and verify the new version on the public npm registry. - Run
npm publishfrompackages/icons-react. ItsprepublishOnlyscript regenerates the icons, compiles the package, lints the source, and runs the tests before publishing. - Verify both published versions against
https://registry.npmjs.org.