Skip to content

Commit

Permalink
Merge branch 'fix-missing-debugcommands'
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Apr 5, 2015
2 parents 91b50b1 + a552da0 commit 05cb44c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/release-checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ Checklist for ordinary releases
- Trivial compile test for separate sources (important because
it's easy to forget to add files in make_dist.sh)

- Test Makefile.dukdebug + debugger/duk_debug.js to ensure all files
are included (easy to forget e.g. YAML metadata files)

* Store binaries to duktape-releases repo

- Add the tar.xz to the master branch
Expand Down
3 changes: 3 additions & 0 deletions util/make_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ for i in \
Makefile \
package.json \
duk_debug.js \
duk_classnames.yaml \
duk_debugcommands.yaml \
duk_opcodes.yaml \
; do
cp debugger/$i $DIST/debugger/
done
Expand Down

0 comments on commit 05cb44c

Please sign in to comment.