Skip to content

Commit 4457c55

Browse files
Use latest release note generation tool
1 parent 79695d0 commit 4457c55

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# TypeDB Protocol
22

3-
This release aims to fix the release pipeline for client-nodejs. The remaining released artifacts are identical to 2.18.0.
4-
53
Documentation: https://docs.vaticle.com/docs/client-api/
64

75
### Distribution
@@ -51,7 +49,10 @@ yarn install typedb-protocol
5149

5250
## Bugs Fixed
5351

54-
- **Fix key loading from heroku for NPM**
52+
- **Fix npm deployment by pulling GPG keys using wget**
53+
54+
55+
- **Fix release note generation**
5556

5657

5758
## Code Refactors

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
2323
remote = "https://github.com/vaticle/dependencies",
24-
commit = "d09712afef2df4fc53d04aa197ae9cc8cfddee52", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24+
commit = "51fdda8c935d5f9fc34bfdf41b0a6ac1ca77e2ee", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)

0 commit comments

Comments
 (0)