Skip to content

Commit cd6513b

Browse files
committed
chore: add release please
1 parent df8b84c commit cd6513b

File tree

5 files changed

+1600
-439
lines changed

5 files changed

+1600
-439
lines changed

.github/workflows/release-please.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: release-please
2+
on:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
release-please:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: GoogleCloudPlatform/release-please-action@v2
11+
with:
12+
token: ${{ secrets.NODE_PKG_RELEASE_TOKEN }}
13+
release-type: node
14+
package-name: '@netlify/plugin-nextjs'

RELEASE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Releasing
2+
3+
1. Merge the release PR
4+
2. Run `npm publish`

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = { extends: ['@commitlint/config-conventional'] }

0 commit comments

Comments
 (0)