Compare commits

...

2 Commits

Author SHA1 Message Date
621fff81c3 4.3.4 2016-08-31 12:40:17 +02:00
b0e8ff164f added triggers to valid release criteria 2016-08-31 12:40:13 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -29,6 +29,7 @@ test:
- npmci test docker
only:
- tags
- triggers
tags:
- lossless
- priv
@ -39,6 +40,7 @@ release:
- npmci publish docker
only:
- tags
- triggers
tags:
- lossless
- priv
@ -49,6 +51,7 @@ trigger:
- npmci trigger
only:
- tags
- triggers
tags:
- lossless
- priv

View File

@ -1,6 +1,6 @@
{
"name": "ht-docker-node",
"version": "4.3.3",
"version": "4.3.4",
"description": "docker image with nodejs with shipzone.io support",
"main": "index.js",
"scripts": {