Skip to content

Commit b82e3ca

Browse files
Update release-plan config
1 parent 13d07d4 commit b82e3ca

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.release-plan.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2-
"solution": {},
2+
"solution": {
3+
"packages": {
4+
"angular-shepherd": "projects/shepherd"
5+
}
6+
},
37
"description": "## Release (2024-07-10)\n\n\n\n#### :boom: Breaking Change\n* `angular-shepherd`\n * [#2243](https://github.com/shepherd-pro/angular-shepherd/pull/2243) update angular 18 ([@bastienmoulia](https://github.com/bastienmoulia))\n * [#2113](https://github.com/shepherd-pro/angular-shepherd/pull/2113) [feature] increase to angular 17 ([@phhbr](https://github.com/phhbr))\n\n#### :memo: Documentation\n* `angular-shepherd`\n * [#2245](https://github.com/shepherd-pro/angular-shepherd/pull/2245) Update README.md with latest doc links ([@sardul3](https://github.com/sardul3))\n\n#### :house: Internal\n* `angular-shepherd`\n * [#1962](https://github.com/shepherd-pro/angular-shepherd/pull/1962) Update package lock ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 4\n- Bastien ([@bastienmoulia](https://github.com/bastienmoulia))\n- Phhbr ([@phhbr](https://github.com/phhbr))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n- Sagar Poudel ([@sardul3](https://github.com/sardul3))\n"
48
}

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"ng": "ng",
1414
"npm_pack": "cd dist/angular-shepherd && npm pack",
1515
"package": "npm run build_lib && npm run npm_pack",
16+
"prepublishOnly": "npm run build_lib",
1617
"start": "ng serve",
1718
"test": "ng test"
1819
},
@@ -68,7 +69,8 @@
6869
"node": "22.17.0"
6970
},
7071
"publishConfig": {
71-
"registry": "https://registry.npmjs.org"
72+
"registry": "https://registry.npmjs.org",
73+
"directory": "dist/angular-shepherd"
7274
},
7375
"release-it": {
7476
"plugins": {

0 commit comments

Comments
 (0)