Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.4.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@4.0.0/schema.json",
"changelog": ["@changesets/changelog-github", {"repo": "primer/react"}],
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["example-*", "codesandbox"],
"privatePackages": {"version": true, "tag": false},
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
- name: Create release pull request or publish to npm
id: changesets
# Uses SHA for security hardening
# Currently pointing at a commit for the v1.4.1 tag
# Currently pointing at a commit for the v2.0.0 tag
# Please keep this up-to-date if you're changing the SHA below
uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d
uses: changesets/action@22ccf9aa43179fe9e27dc62e575971d28cce197c
with:
title: Release tracking
commitMode: github-api
github-token: ${{ steps.app-token.outputs.token }}
pr-title: Release tracking
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: npm run release
publish-script: npm run release
env:
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

Expand Down
Loading
Loading