File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 25
25
* [ API] ( generated_apis.md )
26
26
* Builders
27
27
* [ Github actions] ( ./githubactions.md )
28
+ * [ Releasing] ( ./release.md )
Original file line number Diff line number Diff line change 26
26
* [ API] ( generated_apis.md )
27
27
* Builders
28
28
* [ Github actions] ( ./githubactions.md )
29
+ * [ Releasing] ( ./release.md )
Original file line number Diff line number Diff line change
1
+ ## Releasing js-sdk process
2
+
3
+ - Create a branch ` development_VERSION `
4
+ - Verify code on development branch ` make tests `
5
+ - Generate documentation ` make docs `
6
+ - Update js-sdk version in ` pyproject.toml ` to the branch version
7
+ - Create a pull request aganist the development branch
8
+ - Merge the pull request into development
9
+ - Create a pull request from development against the master branch
10
+ - Merge the pull request into master
11
+ - Tag the new version (can be done from the github UI) easier for release notes.
12
+ - Build the package ` poetry build `
13
+ - Publish the package to ` pypi.org ` using ` poetry publish `
You can’t perform that action at this time.
0 commit comments