Skip to content

Commit

Permalink
Merge pull request #27 from Kajabi/release-please/bootstrap/default
Browse files Browse the repository at this point in the history
chore: bootstrap releases for path: .
  • Loading branch information
rwc9u authored Jan 2, 2025
2 parents 5a72165 + 874e6d2 commit 8c4f191
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update Release PR
uses: google-github-actions/release-please-action@v3
uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GHA_WRITE_TOKEN }}
release-type: ruby
package-name: s3_sign
version-file: "lib/s3_sign/version.rb"
changelog-types: '[{"type":"feat","section":"Features","hidden":false}, {"type":"fix","section":"Bug Fixes","hidden":false}, {"type":"chore", "section":"Miscellaneous","hidden":false}]'
- name: Checkout
uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
Expand Down
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.0.5"
}
15 changes: 15 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"packages": {
".": {
"package-name": "s3_sign",
"changelog-path": "CHANGELOG.md",
"release-type": "ruby",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"version-file": "lib/s3_sign/version.rb"
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 8c4f191

Please sign in to comment.