File tree 4 files changed +83
-0
lines changed
4 files changed +83
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Lint Commit Messages
2
+
3
+ on :
4
+ pull_request :
5
+
6
+ jobs :
7
+ lint-commits :
8
+ uses : appfolio/gem-releaser/.github/workflows/lint-commits.yml@v1
Original file line number Diff line number Diff line change
1
+ name : Release Gem
2
+
3
+ on :
4
+ push :
5
+ branches :
6
+ - main
7
+ - master
8
+
9
+ jobs :
10
+ release-gem :
11
+ uses : appfolio/gem-releaser/.github/workflows/release.yml@v1
Original file line number Diff line number Diff line change
1
+ {
2
+ "." : " 0.7.3.appfolio4"
3
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "bootstrap-sha" : " f9e11a7a46826ce4bc87b1cb8408ab7ef6b57e4e" ,
3
+ "packages" : {
4
+ "." : {
5
+ "changelog-path" : " CHANGELOG.md" ,
6
+ "version-file" : " lib/ezcrypto/version.rb" ,
7
+ "release-type" : " ruby" ,
8
+ "bump-minor-pre-major" : false ,
9
+ "bump-patch-for-minor-pre-major" : false ,
10
+ "draft" : false ,
11
+ "prerelease" : false
12
+ }
13
+ },
14
+ "changelog-sections" : [
15
+ {
16
+ "type" : " feat" ,
17
+ "section" : " Features"
18
+ },
19
+ {
20
+ "type" : " fix" ,
21
+ "section" : " Bug Fixes"
22
+ },
23
+ {
24
+ "type" : " perf" ,
25
+ "section" : " Performance Improvements"
26
+ },
27
+ {
28
+ "type" : " revert" ,
29
+ "section" : " Reverts"
30
+ },
31
+ {
32
+ "type" : " docs" ,
33
+ "section" : " Documentation"
34
+ },
35
+ {
36
+ "type" : " style" ,
37
+ "section" : " Styles"
38
+ },
39
+ {
40
+ "type" : " chore" ,
41
+ "section" : " Miscellaneous Chores"
42
+ },
43
+ {
44
+ "type" : " refactor" ,
45
+ "section" : " Code Refactoring"
46
+ },
47
+ {
48
+ "type" : " test" ,
49
+ "section" : " Tests"
50
+ },
51
+ {
52
+ "type" : " build" ,
53
+ "section" : " Build System"
54
+ },
55
+ {
56
+ "type" : " ci" ,
57
+ "section" : " Continuous Integration"
58
+ }
59
+ ],
60
+ "$schema" : " https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
61
+ }
You can’t perform that action at this time.
0 commit comments