Skip to content

Commit

Permalink
ci: update Release Please configuration (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Aug 1, 2024
1 parent f450f06 commit 3203658
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish release

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

jobs:
release-please:
Expand All @@ -12,6 +12,3 @@ jobs:
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
package-name: stylelint-config-fluid
pull-request-title-pattern: "chore(release): release ${version}"
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.0.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 3203658

Please sign in to comment.