File tree Expand file tree Collapse file tree 7 files changed +2530
-2147
lines changed Expand file tree Collapse file tree 7 files changed +2530
-2147
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://unpkg.com/@changesets/config@1.6.0 /schema.json" ,
2
+ "$schema" : " https://unpkg.com/@changesets/config@3.0.3 /schema.json" ,
3
3
"changelog" : " @changesets/cli/changelog" ,
4
4
"commit" : false ,
5
5
"linked" : [],
Original file line number Diff line number Diff line change
1
+ ---
2
+ " @rdfjs/types " : patch
3
+ ---
4
+
5
+ Version ` 1.1.1 ` was inadvertently published empty (fixes #49 )
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
- - feature/query
7
+
8
+ concurrency : ${{ github.workflow }}-${{ github.ref }}
8
9
9
10
jobs :
10
11
release :
11
12
name : Release
12
13
runs-on : ubuntu-latest
13
14
steps :
14
15
- name : Checkout Repo
15
- uses : actions/checkout@master
16
+ uses : actions/checkout@v4
16
17
with :
17
18
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
18
19
fetch-depth : 0
19
20
20
21
- name : Setup Node.js
21
- uses : actions/setup-node@v2.1.2
22
+ uses : actions/setup-node@v4
22
23
with :
23
- node-version : 14
24
+ node-version : 20
24
25
25
26
- name : Install Dependencies
26
- run : yarn
27
+ run : npm ci
27
28
28
29
- name : Create Release Pull Request or Publish to npm
29
- id : changesets
30
- uses : changesets/action@master
30
+ uses : changesets/action@v1
31
31
with :
32
32
# This expects you to have a script called release which does a build for your packages and calls changeset publish
33
- publish : yarn release
33
+ publish : npm run release
34
34
env :
35
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
36
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
# @rdfjs/types
2
2
3
- ## 1.1.1
3
+ ## ~~ 1.1.1~~
4
4
5
- ### Patch Changes
6
-
7
- - a631541: Only package declaration files
8
-
9
- ## 1.1.1
10
-
11
- ### Patch Changes
5
+ ### ~~ Patch Changes~~
12
6
13
- - Packaging Fix : Only package declaration files
7
+ - ~~ a631541 : Only package declaration files~~
14
8
15
9
## 1.1.0
16
10
You can’t perform that action at this time.
0 commit comments