Skip to content

Commit

Permalink
bump shell version + make sure we delete local racher-components fold…
Browse files Browse the repository at this point in the history
…er to fix manual release procedure (#11330)
  • Loading branch information
aalves08 committed Jul 2, 2024
1 parent b391111 commit a1aaa5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rancher/shell",
"version": "1.2.0",
"version": "1.2.2",
"description": "Rancher Dashboard Shell",
"repository": "https://github.com/rancherlabs/dashboard",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions shell/scripts/publish-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function publish() {
# For now, copy the rancher components into the shell and ship them with it
if [ "$NAME" == "Shell" ]; then
echo "Adding Rancher Components"
rm -rf ./rancher-components
cp -R ${BASE_DIR}/pkg/rancher-components/src/components ./rancher-components/
fi

Expand Down

0 comments on commit a1aaa5b

Please sign in to comment.