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

Commit

Permalink
chore: fix release script; bump to 7.77.0-next in main (#793)
Browse files Browse the repository at this point in the history
* chore: release: bump to 7.77.0-next in main

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

* chore: install hub in release process

Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>

* chore: remove redundant dependency

Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>

* chore: update version for generator tool

Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>

---------

Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
svor and mkuznyetsov authored Nov 3, 2023
1 parent 4856033 commit 363e98c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
-
name: Set up yq
name: Install hub, yq
run: |
sudo apt-get -y -q install hub
sudo wget https://github.com/mikefarah/yq/releases/download/v4.7.0/yq_linux_amd64 -O /usr/bin/yq
sudo chmod +x /usr/bin/yq
-
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.76.0-next
7.77.0-next
2 changes: 1 addition & 1 deletion tools/devworkspace-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/che-devworkspace-generator",
"version": "7.75.0-next",
"version": "7.77.0-next",
"private": false,
"description": "Generates DevWorkspaces by transforming existing devfiles",
"main": "lib/entrypoint.js",
Expand Down

0 comments on commit 363e98c

Please sign in to comment.