-
-
Notifications
You must be signed in to change notification settings - Fork 77
ci(release): Switch from action-prepare-release to Craft #1186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
457657c
3f083b5
ef35d36
3c21d28
fb58376
f81f045
99131d2
4ae79d7
5be213a
dc8b381
ed8da68
2a556cf
394543e
3f326ab
51f186d
1fcd80e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,8 +3,8 @@ on: | |
| workflow_dispatch: | ||
| inputs: | ||
| version: | ||
| description: Version to release | ||
| required: true | ||
| description: Version to release (or "auto") | ||
| required: false | ||
| force: | ||
| description: | ||
| Force a release even when there are release-blockers (optional) | ||
|
|
@@ -15,6 +15,10 @@ on: | |
| (optional) | ||
| required: false | ||
| default: master | ||
| permissions: | ||
| contents: write | ||
| pull-requests: write | ||
|
|
||
| jobs: | ||
| release: | ||
| runs-on: ubuntu-latest | ||
|
|
@@ -33,7 +37,7 @@ jobs: | |
| - name: Install Dependencies | ||
| run: yarn install | ||
| - name: Prepare release | ||
| uses: getsentry/action-prepare-release@v1 | ||
| uses: getsentry/craft@c6e2f04939b6ee67030588afbb5af76b127d8203 # v2 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The Suggested FixTo prevent potential failures, provide a default value for the Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @BYK I believe this is no longer required because the action would determine the release automatically, unless manually specified, correct? |
||
| env: | ||
| GITHUB_TOKEN: ${{ steps.token.outputs.token }} | ||
| with: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.