Skip to content

Commit 40c762f

Browse files
author
Alexander Goedde
committed
increment release number in package.json, edits to DEVELOPERS.md
1 parent 9f88856 commit 40c762f

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

DEVELOPERS.md

+21-13
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ Set `$JS_COMPILER` to `${HOME}/compiler.jar`.
1313

1414
## Release Steps
1515

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+
1633
### Tag the release
1734

1835
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
2643

2744
### Draft a release on GitHub
2845

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.
3049

3150

3251
### Publish to npm
@@ -40,25 +59,14 @@ make publish
4059
(This requires your npm user to have publishing priviledges for the package on npm.)
4160

4261

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-
5462
### Copy over to AutobahnJSbuilt
5563

5664
Just copy over the contents of the `build` directory to the AutobahnJSbuilt repo, tag and commit.
5765

5866

5967
### Upload to S3
6068

61-
Dp
69+
Do
6270

6371
```
6472
scons publish

package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autobahn",
3-
"version": "0.9.7",
3+
"version": "0.9.8",
44
"description": "An implementation of The Web Application Messaging Protocol (WAMP).",
55
"main": "index.js",
66
"browser": {

0 commit comments

Comments
 (0)