Skip to content

Commit 6f4cae3

Browse files
committed
Bump version to 1.7.3
1 parent 62c20a5 commit 6f4cae3

File tree

10 files changed

+36
-14
lines changed

10 files changed

+36
-14
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
files = Cargo.toml README.md openwrt/aliyundrive-webdav/Makefile openwrt/luci-app-aliyundrive-webdav/Makefile merlin/config.json.js snap/snapcraft.yaml
33
commit = False
44
tag = False
5-
current_version = 1.7.2
5+
current_version = 1.7.3

.github/workflows/Release.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
with:
7575
files: |
7676
target/release/aliyundrive-webdav*.tar.gz
77+
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
78+
generate_release_notes: true
7779

7880
windows:
7981
runs-on: windows-latest
@@ -146,6 +148,8 @@ jobs:
146148
with:
147149
files: |
148150
target/${{ matrix.platform.target }}/release/*.zip
151+
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
152+
generate_release_notes: true
149153

150154
linux:
151155
runs-on: ubuntu-latest
@@ -260,18 +264,24 @@ jobs:
260264
with:
261265
files: |
262266
target/${{ matrix.platform.target }}/release/aliyundrive-webdav*.tar.gz*
267+
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
268+
generate_release_notes: true
263269
- name: Upload deb to GitHub Release
264270
uses: softprops/action-gh-release@v1
265271
if: "startsWith(github.ref, 'refs/tags/') && matrix.platform.deb"
266272
with:
267273
files: |
268274
target/${{ matrix.platform.target }}/debian/aliyundrive-webdav_*.deb
275+
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
276+
generate_release_notes: true
269277
- name: Upload RPM to GitHub Release
270278
uses: softprops/action-gh-release@v1
271279
if: "startsWith(github.ref, 'refs/tags/') && matrix.platform.deb"
272280
with:
273281
files: |
274282
target/${{ matrix.platform.target }}/generate-rpm/aliyundrive-webdav*.rpm
283+
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
284+
generate_release_notes: true
275285
- name: Remove cached deb and RPM packages
276286
if: matrix.platform.deb
277287
run: |
@@ -333,6 +343,8 @@ jobs:
333343
with:
334344
files: |
335345
target/${{ matrix.platform.target }}/release/aliyundrive-webdav*.tar.gz*
346+
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
347+
generate_release_notes: true
336348

337349
openwrt:
338350
name: OpenWrt Package - ${{ matrix.target.arch }}
@@ -415,12 +427,16 @@ jobs:
415427
with:
416428
files: |
417429
openwrt-sdk/bin/packages/*/aliyundrive/aliyundrive-webdav*.ipk
430+
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
431+
generate_release_notes: true
418432
- name: Upload luci packages to GitHub Release
419433
uses: softprops/action-gh-release@v1
420434
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.target.arch == 'aarch64_generic' }}
421435
with:
422436
files: |
423437
openwrt-sdk/bin/packages/*/aliyundrive/luci-*.ipk
438+
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
439+
generate_release_notes: true
424440

425441
merlin:
426442
name: Merlin Package
@@ -469,6 +485,8 @@ jobs:
469485
with:
470486
files: |
471487
merlin/aliyundrivewebdav-merlin-${{ matrix.platform.name }}.tar.gz
488+
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
489+
generate_release_notes: true
472490

473491
docker:
474492
name: Build Docker Image

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.7.3
6+
7+
* 调用云盘接口增加自动重试机制
8+
59
## 1.7.2
610

711
* 增加 socks5 代理支持

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aliyundrive-webdav"
3-
version = "1.7.2"
3+
version = "1.7.3"
44
edition = "2021"
55
description = "WebDAV server for AliyunDrive"
66
license = "MIT"

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ sudo snap install aliyundrive-webdav
4545
aarch64/arm/mipsel/x86_64/i686 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:
4646

4747
```bash
48-
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.2/aliyundrive-webdav_1.7.2-1_aarch64_generic.ipk
49-
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.2/luci-app-aliyundrive-webdav_1.7.2_all.ipk
50-
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.2/luci-i18n-aliyundrive-webdav-zh-cn_1.7.2-1_all.ipk
51-
opkg install aliyundrive-webdav_1.7.2-1_aarch64_generic.ipk
52-
opkg install luci-app-aliyundrive-webdav_1.7.2_all.ipk
53-
opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.7.2-1_all.ipk
48+
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.3/aliyundrive-webdav_1.7.3-1_aarch64_generic.ipk
49+
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.3/luci-app-aliyundrive-webdav_1.7.3_all.ipk
50+
wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.7.3/luci-i18n-aliyundrive-webdav-zh-cn_1.7.3-1_all.ipk
51+
opkg install aliyundrive-webdav_1.7.3-1_aarch64_generic.ipk
52+
opkg install luci-app-aliyundrive-webdav_1.7.3_all.ipk
53+
opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.7.3-1_all.ipk
5454
```
5555

5656
其它 CPU 架构的路由器可在 [GitHub Releases](https://github.com/messense/aliyundrive-webdav/releases) 页面中查找对应的架构的主程序 ipk 文件下载安装, 常见
@@ -126,7 +126,7 @@ services:
126126

127127
```bash
128128
$ aliyundrive-webdav --help
129-
aliyundrive-webdav 1.7.2
129+
aliyundrive-webdav 1.7.3
130130
WebDAV server for AliyunDrive
131131
132132
USAGE:

merlin/config.json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"md5": "c0bac93db83f87293a1e4efb7aa5a97c",
55
"module": "aliyundrivewebdav",
66
"title": "阿里云盘 WebDAV",
7-
"version": "1.7.2"
7+
"version": "1.7.3"
88
}

openwrt/aliyundrive-webdav/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=aliyundrive-webdav
4-
PKG_VERSION:=1.7.2
4+
PKG_VERSION:=1.7.3
55
PKG_RELEASE:=$(AUTORELEASE)
66

77
PKG_LICENSE:=MIT

openwrt/luci-app-aliyundrive-webdav/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=luci-app-aliyundrive-webdav
4-
PKG_VERSION:=1.7.2
4+
PKG_VERSION:=1.7.3
55
PKG_RELEASE:=1
66
PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)
77

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: aliyundrive-webdav
2-
version: '1.7.2'
2+
version: '1.7.3'
33
summary: 阿里云盘 WebDAV
44
description: |
55
阿里云盘 WebDAV 服务

0 commit comments

Comments
 (0)