Skip to content

Commit

Permalink
chore: add release-please config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 14, 2024
1 parent 6c87d96 commit 5d74531
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",

"bootstrap-sha": "2d9e7604709aa131c1d835d1d8a2df5ccd68d6eb",

"include-component-in-tag": false,

"packages": {
".": {
"release-type": "node"
}
}
}
20 changes: 20 additions & 0 deletions .github/workflows/release-please.yaml
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@v4
with:
# use a token so that git pushes trigger subsequent workflow runs
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}
config-file: .github/release-please-config.json
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "3.4.0"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# node-midi Changelog

## Version 3.5.0

- Add midi constants

## Version 3.4.0

- Add windows-arm64 build
Expand Down

0 comments on commit 5d74531

Please sign in to comment.