Skip to content

Commit

Permalink
Upgrade release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Jan 22, 2024
1 parent 8baadb3 commit a53ecdf
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: ruby
bump-minor-pre-major: true
version-file: "lib/pumi/version.rb"
token: ${{ secrets.PUMI_PERSONAL_ACCESS_TOKEN }}

- uses: actions/checkout@v4
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 @@
{
".": "0.23.0"
}
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.2
nodejs 18.15.0
nodejs 18.19.0
15 changes: 15 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"bootstrap-sha": "9e39dffc4a3a229b72668cb04eda4b1c932e04f6",
"include-component-in-tag": false,
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "ruby",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit a53ecdf

Please sign in to comment.