Skip to content

Commit a5aec5a

Browse files
chore: updating the pull request header in release-please (#2698)
* updating the pull request header in release-please * changing for draft releases
1 parent 89e24aa commit a5aec5a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/mgt-element/src/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
// THIS FILE IS AUTO GENERATED
99
// ANY CHANGES WILL BE LOST DURING BUILD
1010

11-
export const PACKAGE_VERSION = '3.1.1';
11+
export const PACKAGE_VERSION = '3.1.2';

release-please-config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
2-
"include-component-in-tag": false,
2+
"pull-request-header": ":giraffe: A new release is coming up!",
3+
"include-component-in-tag": false,
34
"bootstrap-sha": "e979212f841e8ffae3e86a74fa15edaaa0cc0191",
45
"packages": {
56
".": {
67
"changelog-path": "CHANGELOG.md",
78
"release-type": "node",
89
"bump-minor-pre-major": false,
910
"bump-patch-for-minor-pre-major": false,
10-
"draft": false,
11+
"draft": true,
1112
"prerelease": false
1213
}
1314
},

0 commit comments

Comments
 (0)