Skip to content

Commit

Permalink
chore: updating the pull request header in release-please (#2698)
Browse files Browse the repository at this point in the history
* updating the pull request header in release-please

* changing for draft releases
  • Loading branch information
sebastienlevert authored Sep 6, 2023
1 parent 89e24aa commit a5aec5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/mgt-element/src/utils/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
// THIS FILE IS AUTO GENERATED
// ANY CHANGES WILL BE LOST DURING BUILD

export const PACKAGE_VERSION = '3.1.1';
export const PACKAGE_VERSION = '3.1.2';
5 changes: 3 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"include-component-in-tag": false,
"pull-request-header": ":giraffe: A new release is coming up!",
"include-component-in-tag": false,
"bootstrap-sha": "e979212f841e8ffae3e86a74fa15edaaa0cc0191",
"packages": {
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"draft": true,
"prerelease": false
}
},
Expand Down

0 comments on commit a5aec5a

Please sign in to comment.