File tree Expand file tree Collapse file tree 5 files changed +82
-6
lines changed Expand file tree Collapse file tree 5 files changed +82
-6
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "." : " 1.4.0"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "." : " 1.4.0"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "packages" : {
3
+ "." : {
4
+ "versioning" : " always-bump-minor" ,
5
+ "release-type" : " python" ,
6
+ "changelog-sections" : [
7
+ {
8
+ "type" : " fix" ,
9
+ "section" : " 🐛 Bug Fixes"
10
+ },
11
+ {
12
+ "type" : " hfix" ,
13
+ "section" : " 🤫 Bug Fixes" ,
14
+ "hidden" : false
15
+ },
16
+ {
17
+ "type" : " perf" ,
18
+ "section" : " 🚀 Performance Improvements"
19
+ },
20
+ {
21
+ "type" : " revert" ,
22
+ "section" : " 🗑 Reverts"
23
+ },
24
+ {
25
+ "type" : " hrevert" ,
26
+ "section" : " 🤫 Reverts" ,
27
+ "hidden" : false
28
+ },
29
+ {
30
+ "type" : " docs" ,
31
+ "section" : " 📚 Documentation" ,
32
+ "hidden" : true
33
+ },
34
+ {
35
+ "type" : " style" ,
36
+ "section" : " 💎 Styles" ,
37
+ "hidden" : true
38
+ },
39
+ {
40
+ "type" : " chore" ,
41
+ "section" : " ♻️ Miscellaneous Chores" ,
42
+ "hidden" : true
43
+ },
44
+ {
45
+ "type" : " refactor" ,
46
+ "section" : " 📦 Code Refactoring" ,
47
+ "hidden" : true
48
+ },
49
+ {
50
+ "type" : " test" ,
51
+ "section" : " 🚨 Tests" ,
52
+ "hidden" : true
53
+ },
54
+ {
55
+ "type" : " build" ,
56
+ "section" : " 🛠 Build System" ,
57
+ "hidden" : true
58
+ },
59
+ {
60
+ "type" : " ci" ,
61
+ "section" : " ⚙️ Continuous Integration" ,
62
+ "hidden" : true
63
+ }
64
+ ]
65
+ }
66
+ }
67
+ }
Original file line number Diff line number Diff line change 11
11
pull-requests : write
12
12
steps :
13
13
- name : Release
14
- uses : googleapis/release-please-action@v3
14
+ uses : googleapis/release-please-action@v4
15
15
with :
16
16
release-type : python
17
- versioning-strategy : always-bump-patch
18
- default-branch : ${{ github.ref_name }}
17
+ target-branch : ${{ github.ref_name }}
19
18
token : ${{ secrets.GH_RELEASE_PAT }}
19
+ manifest-file : .release-please-manifest.backport.json
Original file line number Diff line number Diff line change 1
1
name : Release Main
2
2
on :
3
+ pull_request :
4
+ branches : [ "main" ]
3
5
push :
4
6
branches :
5
7
- main
11
13
pull-requests : write
12
14
steps :
13
15
- name : Release
14
- uses : googleapis/release-please-action@v3
16
+ uses : googleapis/release-please-action@v4
15
17
with :
16
18
release-type : python
17
- versioning-strategy : always-bump-minor
18
- default-branch : ${{ github.ref_name }}
19
+ target-branch : fix/release-please-sections
19
20
token : ${{ secrets.GH_RELEASE_PAT }}
21
+ config-file : .github/release-please-config.json
22
+ manifest-file : .github/.release-please-manifest.main.json
You can’t perform that action at this time.
0 commit comments