We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa7338 commit 8167804Copy full SHA for 8167804
deployment.bzl
@@ -3,6 +3,6 @@
3
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
4
5
deployment = {
6
- "github.organisation": "vaticle",
+ "github.organisation": "typedb",
7
"github.repository": "typedb-protocol"
8
}
tool/release/create_notes.sh
@@ -3,4 +3,4 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
-bazel run @typedb_dependencies//tool/release/notes:create -- vaticle typedb-protocol HEAD "$(cat VERSION)" ./RELEASE_TEMPLATE.md ./RELEASE_NOTES_LATEST.md
+bazel run @typedb_dependencies//tool/release/notes:create -- typedb typedb-protocol HEAD "$(cat VERSION)" ./RELEASE_TEMPLATE.md ./RELEASE_NOTES_LATEST.md
0 commit comments