mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-02-06 10:57:17 +00:00
ci(release): Switch from action-prepare-release to Craft (#4129)
This commit is contained in:
parent
4fc7f4a217
commit
7a4ea817f4
@ -3,4 +3,6 @@ changelogPolicy: auto
|
||||
artifactProvider:
|
||||
name: none
|
||||
targets:
|
||||
- name: github
|
||||
- name: github
|
||||
versioning:
|
||||
policy: calver
|
||||
|
||||
18
.github/workflows/changelog-preview.yml
vendored
Normal file
18
.github/workflows/changelog-preview.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Changelog Preview
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
- edited
|
||||
- labeled
|
||||
- unlabeled
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
changelog-preview:
|
||||
uses: getsentry/craft/.github/workflows/changelog-preview.yml@v2
|
||||
secrets: inherit
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -3,7 +3,7 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
version:
|
||||
description: Version to release (optional)
|
||||
description: Version to release (or "auto")
|
||||
required: false
|
||||
force:
|
||||
description: Force a release even when there are release-blockers (optional)
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Prepare release
|
||||
id: prepare-release
|
||||
uses: getsentry/action-prepare-release@3cea80dc3938c0baf5ec4ce752ecb311f8780cdc # v1.6.4
|
||||
uses: getsentry/craft@c6e2f04939b6ee67030588afbb5af76b127d8203 # v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user