Compare commits

..

3 Commits

Author SHA1 Message Date
Tim Neutkens
ce6f43eae7 Publish
- @now/build-utils@0.4.30-canary.0
 - @now/cgi@0.0.13-canary.0
 - @now/go@0.2.10-canary.0
 - @now/html-minifier@1.0.6-canary.0
 - @now/lambda@0.4.7-canary.0
 - @now/md@0.4.7-canary.0
 - @now/mdx-deck@0.4.16-canary.0
 - @now/next@0.0.79-canary.0
 - @now/node-bridge@0.1.9-canary.0
 - @now/node-server@0.4.24-canary.0
 - @now/node@0.4.26-canary.0
 - @now/optipng@0.4.7-canary.0
 - @now/php@0.4.11-canary.0
 - @now/python@0.0.40-canary.0
 - @now/static-build@0.4.15-canary.0
2018-11-18 14:49:58 +01:00
Tim Neutkens
2cfafe4054 Remove unused comment 2018-11-18 14:49:15 +01:00
Tim Neutkens
b195949881 Bring back canary publish job 2018-11-18 14:47:51 +01:00
16 changed files with 48 additions and 49 deletions

View File

@@ -24,26 +24,6 @@ jobs:
- run:
name: Tests
command: yarn test
# publish-canary:
# docker:
# - image: circleci/node:10
# working_directory: ~/repo
# steps:
# - checkout
# - run:
# name: Updating apt-get list
# command: sudo apt-get update
# - run:
# name: Installing the latest version of Go
# command: sudo apt-get install golang-go
# - run: yarn install
# - run: yarn bootstrap
# - run:
# name: Saving Authentication Information
# command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
# - run:
# name: Publishing to Canary Channel
# command: yarn run lerna publish from-git --npm-tag canary --yes
publish-stable:
docker:
- image: circleci/node:10
@@ -64,25 +44,44 @@ jobs:
- run:
name: Publishing to Stable Channel
command: yarn run lerna publish from-git --yes
publish-canary:
docker:
- image: circleci/node:10
working_directory: ~/repo
steps:
- checkout
- run:
name: Updating apt-get list
command: sudo apt-get update
- run:
name: Installing the latest version of Go
command: sudo apt-get install golang-go
- run: yarn install
- run: yarn bootstrap
- run:
name: Saving Authentication Information
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
- run:
name: Publishing to Stable Channel
command: yarn run lerna publish from-git --npm-tag canary --yes
workflows:
version: 2
unscheduled:
build-and-deploy:
jobs:
- build:
filters:
tags:
only: /.*/
- build
- publish-stable:
requires:
- build
filters:
tags:
only: /^.*(\d+\.)(\d+\.)(\*|\d+)$/
only: /.*\d+\.\d+\.\d+$/
branches:
ignore: /.*/
- publish-canary:
requires:
- build
filters:
tags:
only: /.*-canary.*$/
branches:
ignore: /.*/
# - publish-canary:
# requires:
# - build
# filters:
# tags:
# only: /^.*canary.*($|\b)/

View File

@@ -1,6 +1,6 @@
{
"name": "@now/build-utils",
"version": "0.4.29",
"version": "0.4.30-canary.0",
"dependencies": {
"async-retry": "1.2.3",
"async-sema": "2.1.4",

View File

@@ -1,6 +1,6 @@
{
"name": "@now/cgi",
"version": "0.0.12",
"version": "0.0.13-canary.0",
"scripts": {
"test": "best -I test/*.js",
"prepublish": "./build.sh"

View File

@@ -1,6 +1,6 @@
{
"name": "@now/go",
"version": "0.2.9",
"version": "0.2.10-canary.0",
"scripts": {
"test": "best -I test/*.js",
"prepublish": "./build.sh"

View File

@@ -1,6 +1,6 @@
{
"name": "@now/html-minifier",
"version": "1.0.5",
"version": "1.0.6-canary.0",
"dependencies": {
"html-minifier": "3.5.21"
},

View File

@@ -1,6 +1,6 @@
{
"name": "@now/lambda",
"version": "0.4.6",
"version": "0.4.7-canary.0",
"peerDependencies": {
"@now/build-utils": ">=0.0.1"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@now/md",
"version": "0.4.6",
"version": "0.4.7-canary.0",
"dependencies": {
"rehype-document": "^2.2.0",
"rehype-format": "^2.3.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@now/mdx-deck",
"version": "0.4.15",
"version": "0.4.16-canary.0",
"peerDependencies": {
"@now/build-utils": ">=0.0.1"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@now/next",
"version": "0.0.78",
"version": "0.0.79-canary.0",
"dependencies": {
"@now/node-bridge": "0.1.4",
"execa": "^1.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@now/node-bridge",
"version": "0.1.8",
"version": "0.1.9-canary.0",
"peerDependencies": {
"@now/build-utils": ">=0.0.1"
}

View File

@@ -1,8 +1,8 @@
{
"name": "@now/node-server",
"version": "0.4.23",
"version": "0.4.24-canary.0",
"dependencies": {
"@now/node-bridge": "^0.1.8",
"@now/node-bridge": "^0.1.9-canary.0",
"fs-extra": "7.0.1"
},
"peerDependencies": {

View File

@@ -1,8 +1,8 @@
{
"name": "@now/node",
"version": "0.4.25",
"version": "0.4.26-canary.0",
"dependencies": {
"@now/node-bridge": "^0.1.8",
"@now/node-bridge": "^0.1.9-canary.0",
"fs-extra": "7.0.1"
},
"peerDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@now/optipng",
"version": "0.4.6",
"version": "0.4.7-canary.0",
"dependencies": {
"multipipe": "2.0.3",
"optipng": "1.1.0"

View File

@@ -1,6 +1,6 @@
{
"name": "@now/php",
"version": "0.4.10",
"version": "0.4.11-canary.0",
"peerDependencies": {
"@now/build-utils": ">=0.0.1"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@now/python",
"version": "0.0.39",
"version": "0.0.40-canary.0",
"main": "index.js",
"license": "MIT",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@now/static-build",
"version": "0.4.14",
"version": "0.4.15-canary.0",
"peerDependencies": {
"@now/build-utils": ">=0.0.1"
}