Skip to content

Commit 3f05be1

Browse files
committed
feat: prepare the release v2.2.0
Signed-off-by: Tonghao Zhang <tonghao@bamaicloud.com>
1 parent 8c485d2 commit 3f05be1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-version-release-by-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
generate_release_notes: true
7171
fail_on_unmatched_files: true
7272
token: ${{ secrets.HUATUO_RELEASE_TOKEN }}
73-
body_path: docs/CHANGELOG/CHANGELOG-${{ github.ref_name }}.md
73+
body_path: docs/CHANGELOG/CHANGELOG-${{ github.ref_name }}-en.md
7474
files: |
7575
huatuo-bamai-static-${{ github.ref_name }}-linux-*.tar.gz

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BPF_SRCS := $(shell find $(BPF_DIR) -type f \( -name "*.c" -o -name "*.h" \))
77

88
APP_COMMIT ?= $(shell git describe --dirty --long --always)
99
APP_BUILD_TIME = $(shell date "+%Y%m%d%H%M%S")
10-
APP_VERSION = "2.1.0"
10+
APP_VERSION = "2.2.0"
1111
APP_CMD_DIR := cmd
1212
APP_CMD_OUTPUT := _output
1313
APP_CMD_SUBDIRS := $(shell find $(APP_CMD_DIR) -mindepth 1 -maxdepth 1 -type d)

0 commit comments

Comments
 (0)