Skip to content

Commit eee3988

Browse files
committed
upgrade
1 parent 24f6c15 commit eee3988

4 files changed

Lines changed: 4 additions & 11 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
".": "13.0.0",
3-
"xng-breadcrumb": "13.0.0"
2+
".": "13.0.0"
43
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xng-breadcrumb-workspace",
3-
"version": "13.0.0",
3+
"version": "14.0.0",
44
"license": "MIT",
55
"scripts": {
66
"start": "nx serve",

release-please-config.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@
66
"bump-patch-for-minor-pre-major": false,
77
"draft": false,
88
"prerelease": false
9-
},
10-
"xng-breadcrumb": {
11-
"changelog-path": "CHANGELOG.md",
12-
"bump-minor-pre-major": false,
13-
"bump-patch-for-minor-pre-major": false,
14-
"draft": false,
15-
"prerelease": false
169
}
1710
},
11+
"strategy": "node",
1812
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
1913
}

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ git add .
1818
git commit -m "$VERSION"
1919
git push origin main
2020

21-
npx release-please release-pr --token=$RELEASE_PLEASE_TOKEN --repo-url=https://github.com/udayvunnam/xng-breadcrumb
21+
# npx release-please release-pr --token=$RELEASE_PLEASE_TOKEN --repo-url=https://github.com/udayvunnam/xng-breadcrumb

0 commit comments

Comments
 (0)