We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c485d2 commit 3f05be1Copy full SHA for 3f05be1
2 files changed
.github/workflows/docker-version-release-by-tag.yml
@@ -70,6 +70,6 @@ jobs:
70
generate_release_notes: true
71
fail_on_unmatched_files: true
72
token: ${{ secrets.HUATUO_RELEASE_TOKEN }}
73
- body_path: docs/CHANGELOG/CHANGELOG-${{ github.ref_name }}.md
+ body_path: docs/CHANGELOG/CHANGELOG-${{ github.ref_name }}-en.md
74
files: |
75
huatuo-bamai-static-${{ github.ref_name }}-linux-*.tar.gz
Makefile
@@ -7,7 +7,7 @@ BPF_SRCS := $(shell find $(BPF_DIR) -type f \( -name "*.c" -o -name "*.h" \))
7
8
APP_COMMIT ?= $(shell git describe --dirty --long --always)
9
APP_BUILD_TIME = $(shell date "+%Y%m%d%H%M%S")
10
-APP_VERSION = "2.1.0"
+APP_VERSION = "2.2.0"
11
APP_CMD_DIR := cmd
12
APP_CMD_OUTPUT := _output
13
APP_CMD_SUBDIRS := $(shell find $(APP_CMD_DIR) -mindepth 1 -maxdepth 1 -type d)
0 commit comments