Skip to content

Commit

Permalink
Merge pull request #95 from feature-sh/ci/add-release-please
Browse files Browse the repository at this point in the history
chore:set up release-please
  • Loading branch information
n1c01a5 authored Dec 11, 2024
2 parents 3feb60e + f15f36f commit 4a0110f
Show file tree
Hide file tree
Showing 3 changed files with 2,832 additions and 35 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Release Please

on:
push:
branches:
- main

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'

- name: Install dependencies
run: npm install

- name: Run Release Please
uses: google-github-actions/release-please-action@v4
with:
release-type: node
token: ${{ secrets.GHPROJECT_TOKEN }}
Loading

0 comments on commit 4a0110f

Please sign in to comment.