Skip to content

Commit

Permalink
chore(release): upgrade Release Please to v4 with manifest (fluid-pro…
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Jan 8, 2024
1 parent ec70a66 commit 5fdbd0c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: Publish release

on:
push:
branches: [ main ]
branches: [main]

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: eleventy-plugin-fluid
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "2.7.0"
}
14 changes: 14 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"packages": {
".": {
"include-component-in-tag": false
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

0 comments on commit 5fdbd0c

Please sign in to comment.