Skip to content

Commit

Permalink
ci: adding project
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorezende committed Jul 31, 2024
1 parent c598099 commit 61e7424
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ jobs:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
7 changes: 6 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"include-v-in-tag": true,
"separate-pull-requests": true,
"packages": {
"cool-app": {}
"cool-app": {
"path": "cool-app",
"release-type": "node"
}
}
}

0 comments on commit 61e7424

Please sign in to comment.