Skip to content

Commit

Permalink
increment release number in package.json, edits to DEVELOPERS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Goedde committed Oct 15, 2015
1 parent 9f88856 commit 40c762f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
34 changes: 21 additions & 13 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@ Set `$JS_COMPILER` to `${HOME}/compiler.jar`.

## Release Steps


### Update the release number in the repo

Update 'package/package.json' with the new release number.


### Build for browsers

In the root directory, do

```
make all
```

which will package the library for browser use into the `build` directory.


### Tag the release

E.g. by doing
Expand All @@ -26,7 +43,9 @@ before you commit. (Add the hash of a commit at the end of the above to tag at a

### Draft a release on GitHub

Go to 'releases' and 'Draft a new release' (adding some release notes is nice!).
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!).

Otherwise: add release notes to the automatically created release.


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


### Build for browsers

In the root directory, do

```
make all
```

which will package the library for browser use into the `build` directory.


### Copy over to AutobahnJSbuilt

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


### Upload to S3

Dp
Do

```
scons publish
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autobahn",
"version": "0.9.7",
"version": "0.9.8",
"description": "An implementation of The Web Application Messaging Protocol (WAMP).",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit 40c762f

Please sign in to comment.