Skip to content

Commit aa6faf7

Browse files
simpler
1 parent 1c12091 commit aa6faf7

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/generate-changelog-changeset.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
create-changelog:
99
name: Create changelog
1010
runs-on: ubuntu-latest
11-
# if: ${{ startsWith( github.head_ref, 'v2-release' ) }}
1211
steps:
1312
- name: Checkout code
1413
uses: actions/checkout@v3
@@ -19,17 +18,7 @@ jobs:
1918
cache: 'yarn'
2019
- name: Install dependencies
2120
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
3121
- name: Create PR with changelog
32-
if: ${{ always() }}
3322
uses: changesets/action@v1
3423
with:
3524
commit: '[ci] - release [no ci]'

0 commit comments

Comments
 (0)