Skip to content

Commit

Permalink
Merge pull request #9944 from owncloud/bump-web-to-8.0.0-alpha.8
Browse files Browse the repository at this point in the history
Bump web to 8.0.0-alpha.8
  • Loading branch information
JammingBen authored Nov 16, 2023
2 parents f878170 + c6c2c75 commit 0e79aa9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,9 @@ def buildRelease(ctx):
{
"name": "make",
"image": OC_CI_NODEJS,
"environment": {
"NO_INSTALL": "true",
},
"commands": [
"cd %s" % dir["web"],
"make -f Makefile.release",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.0.0-alpha.7",
"version": "8.0.0-alpha.8",
"private": true,
"homepage": "https://github.com/owncloud/web",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=owncloud_web
sonar.organization=owncloud-1
sonar.projectName=Web
sonar.projectVersion=8.0.0-alpha.7
sonar.projectVersion=8.0.0-alpha.8
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down

0 comments on commit 0e79aa9

Please sign in to comment.