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.1.3 #81

Open
6 of 15 tasks
korzio opened this issue May 25, 2019 · 2 comments
Open
6 of 15 tasks

Release 2.1.3 #81

korzio opened this issue May 25, 2019 · 2 comments

Comments

@korzio
Copy link
Owner

korzio commented May 25, 2019

Release 2.1.3

To release a package to npm follow the steps

  • 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 add .
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 add .
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
Copy link
Owner Author

korzio commented May 25, 2019

Before
|djv|100%|70560 (± 6.66%)|
|ajv|84.2%|59404 (± 0.36%)|

After
|ajv|100%|24727 (± 2.1%)|
|is-my-json-valid|64.8%|16013 (± 3.15%)|
|djv|16.1%|3970 (± 2.32%)|

@korzio
Copy link
Owner Author

korzio commented May 25, 2019

Waiting for #82 to release non-alpha version

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