Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.0.0 #48

Closed
17 tasks done
korzio opened this issue Aug 30, 2017 · 1 comment
Closed
17 tasks done

Release 2.0.0 #48

korzio opened this issue Aug 30, 2017 · 1 comment

Comments

@korzio
Copy link
Owner

korzio commented Aug 30, 2017

  • Update documentation for draft-06 support
  • Remove environment update solution - make draft-06 default, add draft-04 configuration optional package
  • Create a release ticket in github. Copy this checklist.
  • Make a release branch
VERSION="..."
VERSIONALPHA="$VERSION-alpha.0"
ISSUE="..."

git checkout -b release/$VERSION
  • Update package.json version to $VERSIONALPHA and commit
git commit -m "release: Update package version to $VERSIONALPHA #$ISSUE"
  • Tag with the alpha version
git tag $VERSIONALPHA
  • Publish test npm version $VERSIONALPHA
npm publish
  • Check package internals - contains all required files (lib/, README.md, ./djv.js, package.json, ...), no extra files
  • Check with updated json-schema test suite - check generated report
  • Check speed metrics
  • Update package.json version to $VERSION and commit
git commit -m "release: Update package version to $VERSION #ISSUE"
  • Create a changelog
npm run changelog
  • Update Readme
  • Tag $VERSION
git tag $VERSION
  • Merge release branch to master (via github)
  • Publish version $VERSION
npm publish
  • Send update to gitter
@korzio korzio mentioned this issue Sep 18, 2017
korzio added a commit that referenced this issue Oct 9, 2017
Make schema v6 default #48
korzio added a commit that referenced this issue Oct 9, 2017
@korzio
Copy link
Owner Author

korzio commented Oct 10, 2017

BEFORE

Validator Relative speed Number of test runs per second
djv 100% 20723 (± 2.07%)
Validator Number of failing tests (click for details)
djv 7

AFTER

Validator Relative speed Number of test runs per second
djv 100% 24599 (± 1.67%)
Validator Number of failing tests (click for details)
djv 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant