We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c12091 commit aa6faf7Copy full SHA for aa6faf7
1 file changed
.github/workflows/generate-changelog-changeset.yml
@@ -8,7 +8,6 @@ jobs:
8
create-changelog:
9
name: Create changelog
10
runs-on: ubuntu-latest
11
- # if: ${{ startsWith( github.head_ref, 'v2-release' ) }}
12
steps:
13
- name: Checkout code
14
uses: actions/checkout@v3
@@ -19,17 +18,7 @@ jobs:
19
18
cache: 'yarn'
20
- name: Install dependencies
21
run: yarn --immutable
22
- - name: Find Comment
23
- uses: peter-evans/find-comment@v2
24
- id: fc
25
- with:
26
- issue-number: ${{ github.event.pull_request.number }}
27
- body-includes: '!prod-ready'
28
- - name: Enter pre-release changelog if !prod-ready comment does not exists
29
- if: ${{ !steps.fc.outputs.comment-id }}
30
- run: yarn changeset pre enter rc
31
- name: Create PR with changelog
32
- if: ${{ always() }}
33
uses: changesets/action@v1
34
with:
35
commit: '[ci] - release [no ci]'
0 commit comments