Skip to content

Commit

Permalink
Update changesets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
darrellwarde authored May 30, 2024
1 parent 05b2b3b commit 10114f2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- dev
- '*.*.*'
- '*.x'

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -23,7 +24,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -52,10 +53,10 @@ jobs:

- name: Create release PR or release
id: changesets
uses: changesets/action@e2f8e964d080ae97c874b19e27b12e0a8620fb6c # v1.4.6
uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7
with:
title: changesets for branch `${{ github.ref_name }}`
version: yarn changeset-version-${{ github.ref_name }}
version: yarn changeset version --since ${{ github.ref_name }} && yarn
publish: yarn release
setupGitUser: false
env:
Expand All @@ -77,7 +78,7 @@ jobs:
steps:
- name: Send Slack announcement of release
if: matrix.package.name == '@neo4j/graphql'
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
with:
payload: '{"version":"${{ matrix.package.version }}"}'
env:
Expand Down

0 comments on commit 10114f2

Please sign in to comment.