Skip to content

Commit

Permalink
chore: added release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
AskeLange committed Dec 19, 2023
1 parent ffaedd5 commit 8ed3638
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 15 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
3 changes: 0 additions & 3 deletions .release-please-manifest.json

This file was deleted.

24 changes: 12 additions & 12 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"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 8ed3638

Please sign in to comment.