We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d30158 commit ff842ffCopy full SHA for ff842ff
2 files changed
.github/workflows/release.yml
@@ -5,6 +5,11 @@ on:
5
branches:
6
- main
7
- master
8
+ paths:
9
+ - 'lib/**'
10
+ - 'ext/**'
11
+ - 'ae_fast_decimal_formatter.gemspec'
12
+ - 'LICENSE.txt'
13
14
permissions:
15
contents: write
release-please-config.json
@@ -8,13 +8,7 @@
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
- "prerelease": false,
- "include-paths": [
- "lib/",
- "ext/",
- "ae_fast_decimal_formatter.gemspec",
16
- "LICENSE.txt"
17
- ]
+ "prerelease": false
18
}
19
},
20
"changelog-sections": [
0 commit comments