Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
build: add release-please for release and changelog management (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 authored Apr 17, 2023
1 parent e646ebb commit 46d680b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- master

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
package-name: caravan
command: manifest
8 changes: 8 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bootstrap-sha": "c85b9739310ffa13ba160fe285f2b09cd9c78da4",
"packages": {
".": {
"release-type": "node"
}
}
}
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.5.0"
}

0 comments on commit 46d680b

Please sign in to comment.