Skip to content

Commit 1baa7d7

Browse files
fix: use release-please-config.json
1 parent 51e8572 commit 1baa7d7

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- uses: googleapis/release-please-action@v4.3.0
1818
id: release
1919
with:
20-
# bump-minor-pre-major: true
21-
release-type: ruby
20+
config-file: release-please-config.json
2221
- uses: actions/checkout@v5
2322
- name: install ruby
2423
if: "${{ steps.release.outputs.release_created }}"

release-please-config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"packages": {
3+
".": {
4+
"bump-minor-pre-major": "true",
5+
"package-name": "image_scraper",
6+
"release-type": "ruby",
7+
"version-file": "lib/image_scraper/version.rb"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)