Skip to content

Commit de0f623

Browse files
Update VERSION to 2.24.12 and fix deb package name to copy to distribution directory
1 parent df3a990 commit de0f623

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
bazel run --define version=$(cat VERSION) //:deploy-apt-x86_64 -- release
237237
- run: |
238238
mkdir -p ~/dist
239-
cp bazel-bin/typedb-console__x86_64.deb ~/dist/typedb-console__x86_64.deb
239+
cp bazel-bin/typedb-console__amd64.deb ~/dist/typedb-console__amd64.deb
240240
- persist_to_workspace:
241241
root: ~/dist
242242
paths: ["./*"]

RELEASE_NOTES_LATEST.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44

55
## Bugs Fixed
66

7+
- **Deploy apt amd64 with correct architecture tag**
8+
9+
Use expected `apt` architecture tag `amd64` instead of `x86_64`.
10+
11+
- **Fix github deployment of intel deb package**
712

813
## Code Refactors
914

1015

1116
## Other Improvements
12-
- **Deploy apt amd64 with correct architecture tag**
13-
14-
Use expected `apt` architecture tag `amd64` instead of `x86_64`.
1517

1618

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.11
1+
2.24.12

0 commit comments

Comments
 (0)