Skip to content

Commit

Permalink
Update VERSION to 2.24.12 and fix deb package name to copy to distrib…
Browse files Browse the repository at this point in the history
…ution directory
  • Loading branch information
flyingsilverfin committed Oct 4, 2023
1 parent df3a990 commit de0f623
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
bazel run --define version=$(cat VERSION) //:deploy-apt-x86_64 -- release
- run: |
mkdir -p ~/dist
cp bazel-bin/typedb-console__x86_64.deb ~/dist/typedb-console__x86_64.deb
cp bazel-bin/typedb-console__amd64.deb ~/dist/typedb-console__amd64.deb
- persist_to_workspace:
root: ~/dist
paths: ["./*"]
Expand Down
8 changes: 5 additions & 3 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@

## Bugs Fixed

- **Deploy apt amd64 with correct architecture tag**

Use expected `apt` architecture tag `amd64` instead of `x86_64`.

- **Fix github deployment of intel deb package**

## Code Refactors


## Other Improvements
- **Deploy apt amd64 with correct architecture tag**

Use expected `apt` architecture tag `amd64` instead of `x86_64`.


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.24.11
2.24.12

0 comments on commit de0f623

Please sign in to comment.