Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9340919
release.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
981 B
Subscribers
None
release.yml
View Options
name
:
Release
on
:
workflow_dispatch
:
inputs
:
version
:
description
:
Version to release (optional)
required
:
false
force
:
description
:
Force a release even when there are release-blockers (optional)
required
:
false
schedule
:
# We want the release to be at 10 or 11am Pacific Time
# We also make this an hour after all others such as Sentry,
# Snuba, and Relay to make sure their releases finish.
-
cron
:
"0
18
15
*
*"
jobs
:
release
:
runs-on
:
ubuntu-latest
name
:
"Release
a
new
version"
steps
:
-
uses
:
actions/checkout@v2
with
:
token
:
${{ secrets.GH_RELEASE_PAT }}
fetch-depth
:
0
-
name
:
Prepare release
uses
:
getsentry/action-prepare-release@v1
env
:
GITHUB_TOKEN
:
${{ secrets.GH_RELEASE_PAT }}
with
:
version
:
${{ github.event.inputs.version }}
force
:
${{ github.event.inputs.force }}
calver
:
true
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 11:21 AM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3249855
Attached To
R206 getsentry-onpremise
Event Timeline
Log In to Comment