Skip to content

Commit

Permalink
chore: bootstrap releases for path: . (#276)
Browse files Browse the repository at this point in the history
* chore: bootstrap releases for path: .

* chore: reconfig release-please
  • Loading branch information
vincenthsh authored Apr 14, 2024
1 parent df05ed5 commit dea585e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
id: release
with:
release-type: simple
bump-minor-pre-major: true
changelog-types: ${{ steps.configure-changelog.outputs.result }}
# https://github.com/google-github-actions/release-please-action#github-credentials
token: ${{ secrets.VINCENT_PAT }}

Expand Down
19 changes: 19 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "simple",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false,
"changelog-sections": [
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "chore", "section": "Misc", "hidden": false },
{ "type": "fix", "section": "BugFixes", "hidden": false }
]
}
},
"bootstrap-sha": "df05ed5f16a6da3f3694e93ad04370a9c16188b0",
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit dea585e

Please sign in to comment.