Skip to content

Commit a377e4c

Browse files
committed
combine changes and last_changes step into one
1 parent d74931c commit a377e4c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
5959
echo "Build full set of tools"
6060
make release
61-
make last_changes
61+
echo "Generate CHANGES.md and LAST_CHANGES.md"
62+
make changes
6263
6364
- name: Create Release
6465
id: create_release

Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ tarball:
8888

8989
changes:
9090
./gen_release_log.sh
91-
92-
last_changes:
9391
./extract_last_changes.sh
9492

9593
release: clean build_amd64 build_arm64 build_windows build_power8 build_darwin tarball changes

0 commit comments

Comments
 (0)