File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 80
80
path : |
81
81
./packages/sdk/lib
82
82
./packages/sdk/src
83
+ ./packages/ccd-js-gen/lib
84
+ ./packages/ccd-js-gen/src
83
85
./packages/rust-bindings/lib
84
86
./packages/*/package.json
85
87
./packages/*/README.md
Original file line number Diff line number Diff line change 12
12
workflow_dispatch :
13
13
14
14
env :
15
- DUMMY : 2 # For cache busting.
15
+ DUMMY : 3 # For cache busting.
16
16
NODE_VERSION : 18.16.0
17
17
RUST_VERSION : 1.65
18
18
RUST_FMT : nightly-2023-04-01-x86_64-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Wrappers for interacting with the Concordium node.
21
21
- [ Making a new release] ( #making-a-new-release )
22
22
- [ SDK] ( #sdk )
23
23
- [ rust-bindings] ( #rust-bindings )
24
+ - [ ccd-js-gen] ( #ccd-js-gen )
24
25
- [ Test] ( #test )
25
26
<!-- toc:end-->
26
27
@@ -133,6 +134,19 @@ each of the packages contained in this repository.
133
134
- From the rust-bindings package directory (packages/rust-bindings) run
134
135
` yarn npm publish `
135
136
137
+ ### ccd-js-gen
138
+
139
+ - Bump the version in [ package.json] ( ./packages/ccd-js-gen/package.json ) .
140
+ - Update the [ CHANGELOG] ( ./packages/ccd-js-gen/CHANGELOG.md ) describing
141
+ the changes made.
142
+ - Commit and tag the release.
143
+ - Tag should be ` ccd-js-gen/x.y.z ` .
144
+ - Run the deploy workflow.
145
+ - Under github actions, run the "deploy" workflow and download the
146
+ ` build-release ` artifact. Unpack this file and use it for the release.
147
+ - Publish the release to NPM.
148
+ - From the ccd-js-gen package directory (packages/ccd-js-gen) run ` yarn npm publish `
149
+
136
150
## Test
137
151
138
152
An automatic test suite is part of this project, and it is run by executing:
Original file line number Diff line number Diff line change
1
+ # Changelog - ccd-js-gen
2
+
3
+ ## 1.0.0
4
+
5
+ - Initial release
You can’t perform that action at this time.
0 commit comments