Skip to content

Commit

Permalink
build: add release-please (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes authored Jan 9, 2022
1 parent 64f74a5 commit 1c6145d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches:
- main

name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
with:
release-type: node
package-name: andrewm.codes
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 14.16.0
nodejs 14.16.1
ruby 3.0.0
Empty file added CHANGELOG.md
Empty file.

1 comment on commit 1c6145d

@vercel
Copy link

@vercel vercel bot commented on 1c6145d Jan 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.