feat: add changelog
This commit is contained in:
8
Makefile
8
Makefile
@@ -74,4 +74,10 @@ phar:
|
||||
docker run -v "./src/upload/system/library/oc_telegram_shop:/build" telecart_local_build sh -c 'sh /scripts/build_phar.sh'
|
||||
|
||||
cli:
|
||||
docker compose exec -w /module/oc_telegram_shop/upload web bash -c "/usr/local/bin/php cli.php $(ARGS)"
|
||||
docker compose exec -w /module/oc_telegram_shop/upload web bash -c "/usr/local/bin/php cli.php $(ARGS)"
|
||||
|
||||
changelog:
|
||||
php ./module/oc_telegram_shop/upload/oc_telegram_shop/vendor/bin/conventional-changelog
|
||||
|
||||
release:
|
||||
php ./module/oc_telegram_shop/upload/oc_telegram_shop/vendor/bin/conventional-changelog --commit
|
||||
Reference in New Issue
Block a user