se7enxweb / ezplatform-admin-ui-assets
External assets dependencies for EzPlatform AdminUI
Package info
github.com/se7enxweb/ezplatform-admin-ui-assets
Language:Shell
pkg:composer/se7enxweb/ezplatform-admin-ui-assets
Fund package maintenance!
v6.0.0-alpha3
2021-10-29 08:15 UTC
Requires
- php: ^7.3
- symfony/http-kernel: ^5.0
This package is auto-updated.
Last update: 2026-06-12 08:20:46 UTC
README
Installing dependencies
npm installnpm run prepare-release
Preparing a tag for release
To prepare a tag for release you have to run the following command from the root directory of the bundle:
sh bin/prepare_release.sh -v 1.0.0 -b master
Options:
- -v : tag that will be released
- -b : branch which will be used to create the tag
If you are tagging for eZPlatform 2.5.x LTS you should use the 4.x branch.