Skip to content

Commit

Permalink
chore: bump version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronware committed Mar 26, 2021
1 parent 3b733ad commit b4f38c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"url": "https://packagist.linchpin.com"
}
],
"version": "1.0.4",
"require": {
"php" : ">=7.0",
"linchpin/gravityforms": "2.4.22",
Expand Down

0 comments on commit b4f38c8

Please sign in to comment.