This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : Release
2
2
on :
3
3
push :
4
- branches : [$default-branch, next]
4
+ branches :
5
+ - main
6
+ - next
5
7
jobs :
6
8
release :
7
9
name : Run test and Release
15
17
node-version : 12
16
18
- name : Install dependencies
17
19
run : npm ci
18
- - name : Build Library
19
- run : npm run build
20
- - name : Release
21
- env :
22
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
24
- CI : true
25
- run : npm run semantic-release
Original file line number Diff line number Diff line change 1
1
name : Release
2
2
on :
3
3
push :
4
- branches : [$default-branch, next]
4
+ branches :
5
+ - main
6
+ - next
5
7
jobs :
6
8
release :
7
9
name : Run test and Release
17
19
run : npm ci
18
20
- name : Build Library
19
21
run : npm run build
22
+ - name : Build Types Declarations
23
+ run : npm run build:dts
20
24
- name : Release
21
25
env :
22
26
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import pkg from './package.json';
12
12
const name = 'as-dynamic-forms' ;
13
13
14
14
const banner = `/*!
15
- * ${ pkg . name } v ${ pkg . version }
15
+ * ${ pkg . name } v1.x.x
16
16
* (c) ${ new Date ( ) . getFullYear ( ) } Alvaro Saburido
17
17
* @license MIT
18
18
*/` ;
You can’t perform that action at this time.
0 commit comments