From 83b349f76d67664355c9330733df6105a9a9fc46 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 4 Jan 2020 23:20:09 +0000 Subject: [PATCH 1/2] Azure yml change to reference PRs to develop --- README.md | 3 +++ azure-pipelines.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f313cef..eaba1a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Intranet Pieroni [![Netlify Status](https://api.netlify.com/api/v1/badges/6aeac518-81a4-4ff7-8e30-dc6e48e0fe89/deploy-status)](https://app.netlify.com/sites/cranky-ritchie-0c6605/deploys) + +[![Build Status](https://dev.azure.com/matteopieroni6/Interno%20Pieroni/_apis/build/status/MatteoPieroni.intranet-pieroni?branchName=develop)](https://dev.azure.com/matteopieroni6/Interno%20Pieroni/_build/latest?definitionId=2&branchName=develop) + This repository contains the code for Pieroni srl intranet. ## Tech used diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 13bcafc..a2e339c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript pr: -- master +- develop pool: vmImage: 'ubuntu-latest' From 90093dfc2259910fd97696e84909a239b2302a80 Mon Sep 17 00:00:00 2001 From: Matteo Pieroni Date: Sat, 4 Jan 2020 23:43:03 +0000 Subject: [PATCH 2/2] Updated version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c3fc37e..a0c83d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interno-pieroni", - "version": "0.1.0", + "version": "2.1.1", "description": "Code for Pieroni srl intranet", "main": "index.js", "author": "Matteo Pieroni ", @@ -60,4 +60,4 @@ "test:unit": "jest", "test:e2e": "cypress run" } -} +} \ No newline at end of file