Skip to content

Commit 78a7953

Browse files
update changesets (#211)
1 parent 2cf88a0 commit 78a7953

File tree

5 files changed

+249
-344
lines changed

5 files changed

+249
-344
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"changelog": ["@changesets/changelog-github", { "repo": "atlassian/extract-react-types" }],
2+
"changelog": "@changesets/cli/changelog",
33
"commit": true,
44
"access": "public"
55
}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
release:
@@ -16,16 +16,16 @@ jobs:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

19-
- name: Setup Node.js 12.x
19+
- name: Setup Node.js 14.x
2020
uses: actions/setup-node@master
2121
with:
22-
node-version: 12.x
22+
node-version: 14.x
2323

2424
- name: Install Dependencies
2525
run: yarn
2626

2727
- name: Create Release Pull Request or Publish to npm
28-
uses: changesets/action@master
28+
uses: changesets/action@v1
2929
with:
3030
# this expects you to have a script called release which does a build for your packages and calls changeset publish
3131
publish: yarn release

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v14

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"@babel/plugin-syntax-typescript": "^7.2.0",
4545
"@babel/runtime": "^7.4.4",
4646
"@babel/types": "^7.0.0-beta.56",
47-
"@changesets/changelog-github": "^0.2.1",
4847
"@changesets/cli": "^2.8.0",
4948
"@emotion/core": "^10.0.14",
5049
"@preconstruct/cli": "^2.0.0",

0 commit comments

Comments
 (0)