Skip to content

Commit b17aba9

Browse files
committed
Add reminder for release day
1 parent adfb40b commit b17aba9

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: A new release of the Shopify API occurred
3+
assignees: @platform/dev-tools-education
4+
labels: automated
5+
---
6+
7+
This is an automated reminder for the maintainers that a new Stable release of the Shopify API was scheduled for today,
8+
so a new release of the library is now due.
9+
10+
A draft PR should already exist for this.
11+
12+
Review the changelog again and consider if anything in the library needs to change:
13+
14+
https://shopify.dev/changelog
15+
16+
Test against the new release by using the Stable version just releaesd
17+
18+
Aim to release an update of the library within one week.
19+
20+
Thank you!
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on:
2+
schedule:
3+
- cron: "0 0 1 1,4,7,10 *" # At 00:00 on 1st of January, April, July, and October
4+
5+
name: API update reminder
6+
jobs:
7+
reminder:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- uses: JasonEtco/[email protected]
12+
env:
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
with:
15+
filename: .github/api_update_reminder_on_release.md

0 commit comments

Comments
 (0)