Skip to content

Commit

Permalink
ci: adding release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Jan 26, 2024
1 parent 5f7aba5 commit e52637c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 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 @@
name: Continuous Delivery (CD)

on:
push:
branches:
- main

# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions:
contents: write
pull-requests: write

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
7 changes: 7 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"changelog-type": "github",
"pull-request-title-pattern": "chore: release ${version}",
"packages": {
".": {}
}
}

0 comments on commit e52637c

Please sign in to comment.