Skip to content

Commit

Permalink
fix(workflows): Add new parameters to changesets/action in release.yml
Browse files Browse the repository at this point in the history
This commit updates .github/workflows/release.yml by adding new
parameters within the `with` block for 'changesets/action'. The new
version, commit, title and the 'createGithubReleases' fields have been
added. This change will allow customization of changeset action's
behavior during releases.

Signed-off-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
suddenlyGiovanni committed Apr 4, 2024
1 parent 689c1c0 commit b0a0ed2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ jobs:
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
version: "pnpm run changeset:version"
commit: "chore(🦋): update versions"
title: "chore(🦋): Update Package Version"
createGithubReleases: true

0 comments on commit b0a0ed2

Please sign in to comment.