Skip to content

Commit

Permalink
feat: enable new devworkspace generator release
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov authored and ibuziuk committed Aug 24, 2023
1 parent 35e8090 commit 6b45b26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ function update_pkgs_versions() {
npm --no-git-tag-version version --allow-same-version "${VER}"
# update each package version
lerna version --no-git-tag-version -y "${VER}"
# update devworkspace generator version
jq ".\"dependencies\".\"@eclipse-che/che-devworkspace-generator\" = \"${VER}\"" packages/dashboard-backend/package.json > packages/dashboard-backend/package.json.update
mv packages/dashboard-backend/package.json.update packages/dashboard-backend/package.json
# update excluded dependencies vesion
sed_in_place -e "s/@eclipse-che\/dashboard-backend@.*\`/@eclipse-che\/dashboard-backend@${VER}\`/" .deps/EXCLUDED/prod.md
sed_in_place -e "s/@eclipse-che\/dashboard-frontend@.*\`/@eclipse-che\/dashboard-frontend@${VER}\`/" .deps/EXCLUDED/prod.md
Expand Down

0 comments on commit 6b45b26

Please sign in to comment.