File tree Expand file tree Collapse file tree 7 files changed +52
-10
lines changed Expand file tree Collapse file tree 7 files changed +52
-10
lines changed Original file line number Diff line number Diff line change 7
7
"access" : " restricted" ,
8
8
"baseBranch" : " main" ,
9
9
"updateInternalDependencies" : " patch" ,
10
- "ignore" : []
10
+ "ignore" : [" @sipe-team/component " ]
11
11
}
Original file line number Diff line number Diff line change
1
+ name : Release
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+
8
+ jobs :
9
+ release :
10
+ runs-on : ubuntu-latest
11
+
12
+ steps :
13
+ - uses : actions/checkout@v4
14
+ - name : pnpm 설치
15
+ uses : pnpm/action-setup@v4
16
+ with :
17
+ run_install : false
18
+ - name : Node.js 환경 설정
19
+ uses : actions/setup-node@v4
20
+ with :
21
+ cache : pnpm
22
+ node-version-file : .nvmrc
23
+ registry-url : https://npm.pkg.github.com
24
+ scope : " @sipe-team"
25
+ - name : 의존성 설치
26
+ run : pnpm install
27
+ - name : Create Release Pull Request or Publish to Github Package Registry
28
+ id : changesets
29
+ uses : changesets/action@v1
30
+ with :
31
+ version : pnpm changeset version
32
+ publish : pnpm changeset publish
33
+ env :
34
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 41
41
},
42
42
"publishConfig" : {
43
43
"access" : " public" ,
44
+ "registry" : " https://npm.pkg.github.com" ,
44
45
"exports" : {
45
46
"." : {
46
47
"import" : {
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @sipe-team/component " ,
3
- "description" : " component for Sipe Design System" ,
2
+ "name" : " @sipe-team/input " ,
3
+ "description" : " Input component for Sipe Design System" ,
4
4
"version" : " 0.0.0" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
9
9
},
10
10
"type" : " module" ,
11
11
"exports" : " ./src/index.ts" ,
12
- "files" : [
13
- " dist"
14
- ],
12
+ "files" : [" dist" ],
15
13
"scripts" : {
16
14
"build" : " tsup" ,
17
15
"build:storybook" : " storybook build" ,
50
48
},
51
49
"publishConfig" : {
52
50
"access" : " public" ,
51
+ "registry" : " https://npm.pkg.github.com" ,
53
52
"exports" : {
54
53
"." : {
55
54
"import" : {
Original file line number Diff line number Diff line change 9
9
},
10
10
"type" : " module" ,
11
11
"exports" : " ./src/index.ts" ,
12
- "files" : [
13
- " dist"
14
- ],
12
+ "files" : [" dist" ],
15
13
"scripts" : {
16
14
"build" : " tsup" ,
17
15
"build:storybook" : " storybook build" ,
46
44
},
47
45
"publishConfig" : {
48
46
"access" : " public" ,
47
+ "registry" : " https://npm.pkg.github.com" ,
49
48
"exports" : {
50
49
"." : {
51
50
"import" : {
Original file line number Diff line number Diff line change
1
+ # @sipe-team/typography
2
+
3
+ ## 0.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: bump version
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sipe-team/typography" ,
3
3
"description" : " Typography component for Sipe Design System" ,
4
- "version" : " 0.0.0 " ,
4
+ "version" : " 0.0.1 " ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"type" : " git" ,
48
48
},
49
49
"publishConfig" : {
50
50
"access" : " public" ,
51
+ "registry" : " https://npm.pkg.github.com" ,
51
52
"exports" : {
52
53
"." : {
53
54
"import" : {
You can’t perform that action at this time.
0 commit comments