Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix: fix dwo generator version update (#789)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov authored Oct 20, 2023
1 parent d9ed5fc commit 493baa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ updateVersion () {
# update main VERSION file of devfile registry
echo "${thisVERSION}" > VERSION
# update version of devworkspace-generator in package.json
jq ".\"dependencies\".\"@eclipse-che/che-devworkspace-generator\" = \"${thisVERSION}\"" tools/devworkspace-generator/package.json > tools/devworkspace-generator/package.json.update
jq ".\"version\" = \"${thisVERSION}\"" tools/devworkspace-generator/package.json > tools/devworkspace-generator/package.json.update
mv tools/devworkspace-generator/package.json.update tools/devworkspace-generator/package.json
}

Expand Down

0 comments on commit 493baa5

Please sign in to comment.