File tree 3 files changed +60
-27
lines changed 3 files changed +60
-27
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : google-github-actions/release-please-action@v4
12
- with :
13
- release-type : go
Original file line number Diff line number Diff line change 1
1
{
2
- "." : {
3
- "package-name" : " finch" ,
4
- "changelog-sections" : [
5
- {
6
- "type" : " feat" ,
7
- "section" : " Features" ,
8
- "hidden" : false
9
- },
10
- {
11
- "type" : " fix" ,
12
- "section" : " Bug Fixes" ,
13
- "hidden" : false
14
- },
15
- {
16
- "type" : " exp" ,
17
- "section" : " Experimental" ,
18
- "hidden" : false
19
- },
20
- {
21
- "type" : " build" ,
22
- "section" : " Build System or External Dependencies" ,
23
- "hidden" : false
24
- }
25
- ]
26
- }
2
+ "." : " 1.0.1"
27
3
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" ,
3
+ "release-type" : " go" ,
4
+ "changelog-sections" : [
5
+ {
6
+ "type" : " build" ,
7
+ "section" : " Build System or External Dependencies" ,
8
+ "hidden" : false
9
+ },
10
+ {
11
+ "type" : " exp" ,
12
+ "section" : " Experimental" ,
13
+ "hidden" : false
14
+ },
15
+ {
16
+ "type" : " feat" ,
17
+ "section" : " Features" ,
18
+ "hidden" : false
19
+ },
20
+ {
21
+ "type" : " fix" ,
22
+ "section" : " Bug Fixes" ,
23
+ "hidden" : false
24
+ },
25
+ {
26
+ "type" : " revert" ,
27
+ "section" : " Reverts" ,
28
+ "hidden" : false
29
+ },
30
+ {
31
+ "type" : " chore" ,
32
+ "section" : " Miscellaneous Chores" ,
33
+ "hidden" : true
34
+ },
35
+ {
36
+ "type" : " docs" ,
37
+ "section" : " Documentation" ,
38
+ "hidden" : true
39
+ },
40
+ {
41
+ "type" : " refactor" ,
42
+ "section" : " Code Refactoring" ,
43
+ "hidden" : true
44
+ },
45
+ {
46
+ "type" : " test" ,
47
+ "section" : " Tests" ,
48
+ "hidden" : true
49
+ },
50
+ {
51
+ "type" : " ci" ,
52
+ "section" : " Continuous Integration" ,
53
+ "hidden" : true
54
+ }
55
+ ],
56
+ "packages" : {
57
+ "." : {}
58
+ }
59
+ }
You can’t perform that action at this time.
0 commit comments