se7enxweb / ezplatform-admin-ui-assets
External assets dependencies for EzPlatform AdminUI
v6.0.0-alpha3
2021-10-29 08:15 UTC
Requires
- php: ^7.3
- symfony/http-kernel: ^5.0
- v6.0.0-alpha3
- v6.0.0-alpha2
- v6.0.0-alpha1
- v5.3.5
- v5.3.4
- v5.3.3
- v5.3.2
- v5.3.1
- v5.3.0
- v5.3.0-rc2
- v5.3.0-rc1
- v5.3.0-beta1
- v5.2.2
- v5.2.2-rc1
- v5.2.1
- v5.2.0
- v5.2.0-rc1
- v5.1.1
- v5.1.0
- v5.1.0-rc2
- v5.1.0-rc1
- v5.1.0-beta1
- 5.0.x-dev
- v5.0.1
- v5.0.0
- v5.0.0-rc1
- v5.0.0-beta3
- v5.0.0-beta1
- v5.0.0-alpha2
- v5.0.0-alpha1
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.1
- v4.1.0
- 4.0.x-dev
- v4.0.0
- v3.2.0
- v3.1.0
- v3.0.0
- v2.0.0
- v1.0.0
- v0.5.0
- v0.4.0
- v0.3.1
- v0.3.0
- v0.2.0
- v0.1.0
- dev-snapshot-master
- dev-ibx-1190-update-readme
- dev-travis-bootstrap-test
- dev-master_preview
- dev-test-tag
- dev-update-assets
This package is auto-updated.
Last update: 2025-08-24 23:03:56 UTC
README
Installing dependencies
npm install
npm 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.