We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975c9c4 commit 1952a0aCopy full SHA for 1952a0a
Makefile
@@ -1,10 +1,8 @@
1
-PLUGIN_VERSION=1.1.0
+PLUGIN_VERSION=1.2.0
2
PLUGIN_ID=named-entity-recognition
3
4
plugin:
5
cat plugin.json|json_pp > /dev/null
6
rm -rf dist
7
mkdir dist
8
- zip --exclude "*.pyc" -r dist/dss-plugin-${PLUGIN_ID}-${PLUGIN_VERSION}.zip plugin.json code-env custom-recipes python-lib python-runnables web-app-templates
9
-
10
-include ../Makefile.inc
+ zip --exclude "*.pyc" -r dist/dss-plugin-${PLUGIN_ID}-${PLUGIN_VERSION}.zip plugin.json code-env custom-recipes python-lib python-runnables resource webapps
plugin.json
100755
100644
0 commit comments