Skip to content

Commit 6bad0e8

Browse files
committed
chore: update release-please configuration
- Updated the pull-request-footer to include a step for waiting until the workflow is complete before merging another release PR, enhancing clarity in the release process documentation.
1 parent 339df3b commit 6bad0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"include-v-in-tag": true,
1212
"always-bump-patch": true,
1313
"pull-request-header": "📦 Release Preparation",
14-
"pull-request-footer": "\n\n## 🚀 How to Release\n\n1. **Review** the changelog and version bump in this PR\n2. **Merge this PR** to trigger the release\n3. After merging, the workflow will:\n - Create a GitHub release with tag ${version}\n - Publish to npm automatically\n- Wait until the workflow is complete before merging another release PR\n\n⚠️ **Note**: The release has NOT been created yet. It will only be created after you merge this PR.",
14+
"pull-request-footer": "\n\n## 🚀 How to Release\n\n1. **Review** the changelog and version bump in this PR\n2. **Merge this PR** to trigger the release\n3. After merging, the workflow will:\n - Create a GitHub release with tag ${version}\n - Publish to npm automatically\n4. Wait until the workflow is complete before merging another release PR\n\n⚠️ **Note**: The release has NOT been created yet. It will only be created after you merge this PR.",
1515
"changelog-sections": [
1616
{
1717
"type": "feat",

0 commit comments

Comments
 (0)