Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
d7c3971f
Commit
d7c3971f
authored
May 04, 2021
by
Hubert Chathi
Browse files
update release instructions
parent
7f53dedc
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d7c3971f
...
...
@@ -136,11 +136,13 @@ make test
# build and test JS wrapper
make js
(cd javascript && npm run test && npm pack javascript)
(cd javascript &&
\
npm run test &&
\
sha256sum olm.js olm_legacy.js olm.wasm > checksums.txt &&
\
gpg -b -a -u F75FDC22C1DE8453 checksums.txt &&
\
npm publish)
VERSION=x.y.z
gpg -b -a -u F75FDC22C1DE8453 javascript/olm-$VERSION.tgz
scp javascript/olm-$VERSION.tgz packages@ares.matrix.org:packages/npm/olm/
git tag $VERSION -s
git push --tags
...
...
@@ -153,6 +155,12 @@ pod trunk push OLMKit.podspec --use-libraries --allow-warnings
pod search OLMKit
```
Python and JavaScript packages are published to the registry at
<https://gitlab.matrix.org/matrix-org/olm/-/packages>. The GitLab
documentation contains instructions on how to set up twine (Python) and npm
(JavaScript) to upload to the registry.
## Design
Olm is designed to be easy port to different platforms and to be easy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment