Skip to content

Commit

Permalink
Formatting change.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecgan committed Nov 14, 2023
1 parent 3a38d12 commit 7c215ed
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Prepare New Release'
run-name: Prepare New Release `${{ github.event.inputs.type }}/${{ github.event.inputs.version }}` from by @${{ github.actor }}
name: "Prepare New Release"
run-name: Prepare New Release `${{ github.event.inputs.type }}/${{ github.event.inputs.version }}` from by @${{ github.actor }}

# **What it does**: Does release preparation: creates the release branch and the PR with a checklist.
# **Why we have it**: To support devs automating a few manual steps and to leave a nice reference for consumers.
Expand All @@ -9,17 +9,16 @@ on:
inputs:
## In the future we could infer that version from the changelog, or bump it via major|minor|patch.
version:
description: 'Version number to be released'
description: "Version number to be released"
required: true
type:
description: 'Type of the release (release|hotfix)'
description: "Type of the release (release|hotfix)"
required: true
default: 'release'
default: "release"
wp-version:
description: 'WordPress tested up to'
description: "WordPress tested up to"
wc-version:
description: 'WooCommerce tested up to'

description: "WooCommerce tested up to"

jobs:
PrepareRelease:
Expand All @@ -36,7 +35,7 @@ jobs:
type: ${{ github.event.inputs.type }}
wp-version: ${{ github.event.inputs.wp-version }}
wc-version: ${{ github.event.inputs.wc-version }}
main-branch: 'trunk'
main-branch: "trunk"
post-steps: |
### After deploy
1. [ ] Confirm the release deployed correctly to [WPORG](https://wordpress.org/plugins/facebook-for-woocommerce/).
Expand Down

0 comments on commit 7c215ed

Please sign in to comment.