Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ on:
description: Force Conventional Graduate

permissions:
contents: write
id-token: write
contents: write # to be able to publish a GitHub release
id-token: write # to enable use of OIDC for npm provenance
issues: write # to be able to comment on released issues
pull-requests: write # to be able to comment on released pull requests

jobs:
deploy-npm-latest:
Expand Down
4 changes: 3 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"createRelease": "github",
"changelogIncludeCommitsClientLogin": " - by @%l",
"changelogHeaderMessage": "## Visit the [Multiple-Select-Vanilla](https://github.com/ghiscoding/multiple-select-vanilla) GitHub project or take a look at the [Live Demo](https://ghiscoding.github.io/multiple-select-vanilla)",
"commentIssues": "✅ This issue has been resolved and included in version %v 📦<br>The release is available on: [GitHub release](%u) 🚀",
"commentPullRequests": "🎉 This pull request is included in version %v 📦<br>The release is available on: [GitHub release](%u) 🚀",
"message": "chore(release): publish new version %s",
"syncWorkspaceLock": true
}
Expand All @@ -24,4 +26,4 @@
"packages": [
"packages/multiple-select-vanilla"
]
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
},
"devDependencies": {
"@biomejs/biome": "^2.3.5",
"@lerna-lite/cli": "^4.9.4",
"@lerna-lite/publish": "^4.9.4",
"@lerna-lite/watch": "^4.9.4",
"@lerna-lite/cli": "^4.10.2",
"@lerna-lite/publish": "^4.10.2",
"@lerna-lite/watch": "^4.10.2",
"@playwright/test": "^1.56.1",
"@types/node": "^24.10.1",
"conventional-changelog-conventionalcommits": "^9.1.0",
Expand Down
149 changes: 64 additions & 85 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading