You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: DEVELOPERS.md
+21-13
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,23 @@ Set `$JS_COMPILER` to `${HOME}/compiler.jar`.
13
13
14
14
## Release Steps
15
15
16
+
17
+
### Update the release number in the repo
18
+
19
+
Update 'package/package.json' with the new release number.
20
+
21
+
22
+
### Build for browsers
23
+
24
+
In the root directory, do
25
+
26
+
```
27
+
make all
28
+
```
29
+
30
+
which will package the library for browser use into the `build` directory.
31
+
32
+
16
33
### Tag the release
17
34
18
35
E.g. by doing
@@ -26,7 +43,9 @@ before you commit. (Add the hash of a commit at the end of the above to tag at a
26
43
27
44
### Draft a release on GitHub
28
45
29
-
Go to 'releases' and 'Draft a new release' (adding some release notes is nice!).
46
+
If your comment for the tagging did not include "tagged release", then you need to manually draft a release. Go to 'releases' and 'Draft a new release' (adding some release notes is nice!).
47
+
48
+
Otherwise: add release notes to the automatically created release.
30
49
31
50
32
51
### Publish to npm
@@ -40,25 +59,14 @@ make publish
40
59
(This requires your npm user to have publishing priviledges for the package on npm.)
41
60
42
61
43
-
### Build for browsers
44
-
45
-
In the root directory, do
46
-
47
-
```
48
-
make all
49
-
```
50
-
51
-
which will package the library for browser use into the `build` directory.
52
-
53
-
54
62
### Copy over to AutobahnJSbuilt
55
63
56
64
Just copy over the contents of the `build` directory to the AutobahnJSbuilt repo, tag and commit.
0 commit comments