Skip to content

Commit b882af6

Browse files
committed
feat: release please configuration
1 parent 7bbd874 commit b882af6

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

.release-please-config.json

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"release-type": "ruby",
3+
"changelog-sections": [
4+
{
5+
"type": "feat",
6+
"section": "Features"
7+
},
8+
{
9+
"type": "feature",
10+
"section": "Features"
11+
},
12+
{
13+
"type": "fix",
14+
"section": "Bug Fixes"
15+
},
16+
{
17+
"type": "perf",
18+
"section": "Performance Improvements"
19+
},
20+
{
21+
"type": "revert",
22+
"section": "Reverts"
23+
},
24+
{
25+
"type": "docs",
26+
"section": "Documentation"
27+
},
28+
{
29+
"type": "style",
30+
"section": "Styles",
31+
"hidden": true
32+
},
33+
{
34+
"type": "chore",
35+
"section": "Miscellaneous Chores",
36+
"hidden": true
37+
},
38+
{
39+
"type": "refactor",
40+
"section": "Code Refactoring"
41+
},
42+
{
43+
"type": "test",
44+
"section": "Tests"
45+
},
46+
{
47+
"type": "build",
48+
"section": "Build System",
49+
"hidden": true
50+
},
51+
{
52+
"type": "ci",
53+
"section": "Continuous Integration",
54+
"hidden": true
55+
}
56+
],
57+
"packages": {
58+
".": {
59+
"release-type": "ruby",
60+
"package-name": "rails_url_shortener",
61+
"version-file": "lib/rails_url_shortener/version.rb"
62+
}
63+
}
64+
}

.release-please-manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
".": "0.2.10"
3+
}

0 commit comments

Comments
 (0)