Skip to content

Commit

Permalink
Release checklist: compat-table
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Apr 5, 2017
1 parent ba6bfd7 commit 086d948
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/release-checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,20 @@ Checklist for ordinary releases

- Test JSON proxy

* Prepare an update pull for compat-table

- Fork and branch

- Compile "duk", Duktape.version must match upcoming release

- Go through data-*.js files, and copy previous results directly, e.g.
"duktape20: false," -> add line "duktape21: false,"
- Run "nodejs duktape.js" in compat-table, and update data files to match
new results

- Rerun "nodejs build.js", and finalize the pull

* Release notes (``doc/release-notes-*.rst``)

- Write new release notes for release; needs known issues output from at
Expand Down

0 comments on commit 086d948

Please sign in to comment.