From b4f38c810c2b03677f259fa43bb3bc6b51d9fd80 Mon Sep 17 00:00:00 2001 From: Aaron Ware Date: Thu, 25 Mar 2021 21:43:19 -0400 Subject: [PATCH] chore: bump version 1.0.4 --- .github/workflows/deploy-production.yml | 4 ++-- CHANGELOG.md | 5 +++++ composer.json | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index cfb503c..e1fb46a 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -5,6 +5,7 @@ on: - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 jobs: + preflight: name: Preflight Setup runs-on: ubuntu-latest @@ -13,9 +14,8 @@ jobs: install_name: ${{ steps.output_data.outputs.install_name }} theme_name: ${{ steps.output_data.outputs.theme_name }} site_url: ${{ steps.output_data.outputs.site_url }} - site_image_url: ${{ steps.output_data.outputs.site_image_url }} - slack_channel: ${{ steps.output_data.outputs.slack_channel }} environment: ${{ steps.output_data.outputs.environment }} + deployment: ${{ steps.deployment_data.outputs.deployment_id }} steps: - name: Checkout code uses: actions/checkout@v2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad1f4c..2252bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.4] - 03-25-2021 +### Update +- Making sure the deployment ID is passed along in order to show status properly + ## [1.0.3] - 03-25-2021 ### Update - Adjusting Production Workflow based on deploy-scaffold diff --git a/composer.json b/composer.json index 5ee3cd0..26a9dee 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ "url": "https://packagist.linchpin.com" } ], + "version": "1.0.4", "require": { "php" : ">=7.0", "linchpin/gravityforms": "2.4.22",