Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Release => Prepare Release (#581)
Browse files Browse the repository at this point in the history
This is more accurate, and is something I've been wanting to do all over the place so let's start here ... because since BYK is the last person to have committed to this file GH is spamming him when action runs fail.
  • Loading branch information
chadwhitacre authored May 16, 2022
1 parent 6d54d6a commit c3ea84c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: Release
name: Prepare a Release
on:
workflow_dispatch:
inputs:
version:
description: Version to release (optional)
description: Release version to prepare (optional)
required: false
force:
description: Force a release even when there are release-blockers (optional)
description: Force release preparation even when there are release-blockers (optional)
required: false
schedule:
# This is when we release onpremise repo
# This is when we release the self-hosted repo
- cron: "0 18 15 * *"
jobs:
release:
prepare-release:
runs-on: ubuntu-latest
name: "Release a new version"
name: "Prepare a new release"
steps:
- uses: actions/checkout@v2
with:
Expand Down

1 comment on commit c3ea84c

@vercel
Copy link

@vercel vercel bot commented on c3ea84c May 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

develop – ./

develop.sentry.dev
develop-git-master.sentry.dev

Please sign in to comment.