se7enxweb/ezplatform-admin-ui-assets

External assets dependencies for EzPlatform AdminUI

Maintainers

Package info

github.com/se7enxweb/ezplatform-admin-ui-assets

Language:Shell

pkg:composer/se7enxweb/ezplatform-admin-ui-assets

Statistics

Installs: 33

Dependents: 3

Suggesters: 0

Stars: 1


README

Installing dependencies

  1. npm install
  2. 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:

  1. -v : tag that will be released
  2. -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.