Skip to content

Commit

Permalink
Merge pull request #22257 from eclipse/theGoodFix
Browse files Browse the repository at this point in the history
Exclude devworkspace-generator from the sed
  • Loading branch information
SDawley committed May 31, 2023
2 parents 280c8c9 + 28928fe commit 62bfc1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ set -e
echo "${VERSION}" > VERSION

pushd tests/e2e >/dev/null || exit
sed_in_place -r -e "/@eclipse-che\/api|@eclipse-che\/workspace-client|@eclipse-che\/workspace-telemetry-client/!s/(\"@eclipse-che\/..*\": )(\".*\")/\1\"$VERSION\"/" package.json
sed_in_place -r -e "/@eclipse-che\/api|@eclipse-che\/workspace-client|@eclipse-che\/workspace-telemetry-client|@eclipse-che\/che-devworkspace-generator/!s/(\"@eclipse-che\/..*\": )(\".*\")/\1\"$VERSION\"/" package.json
npm --no-git-tag-version version --allow-same-version "${VERSION}"
popd >/dev/null || exit

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Ihor Okhrimenko (iokhrime@redhat.com)",
"license": "ISC",
"devDependencies": {
"@eclipse-che/che-devworkspace-generator": "0.0.1-602dcb4",
"@eclipse-che/che-devworkspace-generator": "next",
"@types/chai": "^4.3.4",
"@types/clone-deep": "^4.0.1",
"@types/mocha": "5.2.6",
Expand Down

0 comments on commit 62bfc1e

Please sign in to comment.