Skip to content

Commit 4ce4e13

Browse files
authored
Add PyPI and NPM packages to release template (#148)
## What is the goal of this PR? Releases now include information about our PyPI and NPM packages. ## What are the changes implemented in this PR? Given that we deploy not just to Maven, but also to PyPI and NPM, it seems prudent to document all 3 (or none of them!)
1 parent a8f9677 commit 4ce4e13

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

RELEASE_TEMPLATE.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Documentation: http://docs.vaticle.com/docs/client-api/java
1+
Documentation: https://docs.vaticle.com/docs/client-api/
22

33
### Distribution
44

55
#### For Java through Maven
66

7-
Available through https://repo.vaticle.com
7+
Available from https://repo.vaticle.com
88
```xml
99
<repositories>
1010
<repository>
@@ -21,4 +21,24 @@ Available through https://repo.vaticle.com
2121
</dependencies>
2222
```
2323

24+
#### For Python through PyPI
25+
26+
Available from https://pypi.org/project/typedb-protocol/
27+
28+
```sh
29+
pip install typedb-protocol
30+
```
31+
32+
#### For Node.js through npm
33+
34+
Available from https://www.npmjs.com/package/typedb-protocol
35+
36+
```sh
37+
npm install typedb-protocol
38+
```
39+
or
40+
```sh
41+
yarn install typedb-protocol
42+
```
43+
2444
{ release notes }

0 commit comments

Comments
 (0)