Skip to content
Snippets Groups Projects
Commit 4f9056b0 authored by Pieter van Staden's avatar Pieter van Staden
Browse files

Merge branch '7-infrastructure-exclude-package-dir' into 'dev'

7-INFRASTRUCTURE :: exclude package dir from make-zip.sh

Closes #7

See merge request !17
parents ebd96cc2 7e4c1824
No related branches found
No related tags found
1 merge request!177-INFRASTRUCTURE :: exclude package dir from make-zip.sh
Pipeline #68664 passed
...@@ -9,3 +9,4 @@ make-zip.sh ...@@ -9,3 +9,4 @@ make-zip.sh
update-version.js update-version.js
.gitlab-ci.yml .gitlab-ci.yml
.gitignore .gitignore
package
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "bobgo/bobgo-magento-extension", "name": "bobgo/bobgo-magento-extension",
"description": "Smart shipping and order management solution in South Africa", "description": "Smart shipping and order management solution in South Africa",
"type": "magento2-module", "type": "magento2-module",
"version": "1.0.34", "version": "1.0.36",
"authors": [ "authors": [
{ {
"name": "Bob Go", "name": "Bob Go",
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
*/ */
--> -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="BobGroup_BobGo" setup_version="1.0.34"> <module name="BobGroup_BobGo" setup_version="1.0.36">
<sequence> <sequence>
<module name="Magento_Webapi"/> <module name="Magento_Webapi"/>
<module name="Magento_Catalog"/> <module name="Magento_Catalog"/>
......
{ {
"name": "bobgo-magento-plugin", "name": "bobgo-magento-plugin",
"description": "Bob Go magento plugin", "description": "Bob Go magento plugin",
"version": "1.0.34", "version": "1.0.36",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"scripts": { "scripts": {
"prepare": "husky install", "prepare": "husky install",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment