release-it

🚀 Automate versioning and package publishing

MIT License

Downloads
2M
Stars
7.6K
Committers
89

Bot releases are visible (Hide)

release-it - Release 11.0.4

Published by webpro over 5 years ago

  • Fix spinner constructor args (8cf815d)
release-it - Release 12.0.1

Published by webpro over 5 years ago

  • Add a few keywords while we're at it (eb99e7f)
  • Fix spinner constructor args (d37557a)
  • Add --ci arg & refactor "non-interactive" into CI mode (892dcbf)
  • Add docs re. CI/CD environments (dc9aa89)
release-it - Release 12.0.0

Published by webpro over 5 years ago

Please see CHANGELOG.md for breaking changes.

  • Update changelog (c04c563)
  • Update & add to docs re prequisite checks (bf2711c)
  • Move --follow-tags to the git.pushArgs config (resolves #514) (f0dfc6b)
  • Add git.requireCommits feature to prevent empty releases (resolves #500) (d27587f)
release-it - Release 11.0.3

Published by webpro over 5 years ago

  • Add section to docs re. npm dist-tags (12e7ee5)
  • Add --access=public when publishing new public scoped packages (c3976bf)
  • Minor refactoring + coverage for Git rollback feature (607c8aa)
release-it - Release 11.0.2

Published by webpro over 5 years ago

  • Fix regression: it's not required to be in root Git dir (resolves #517) (f0f0a7f)
  • Add bumper plugin to docs (7dc2104)
  • Remove unused dependency (749deb9)
release-it - Release 11.0.1

Published by webpro over 5 years ago

  • Print errors from release-it boot sequence (fixes #515) (0562f13)
  • Update docs (cc8d5e7)
release-it - Release 11.0.0 (the one with the plugins)

Published by webpro over 5 years ago

Please see CHANGELOG.md for breaking changes.

  • Plugins!
  • Bumping package.json is delegated to npm version (so package-lock and npm-shrinkwrap are also updated).
  • Rollback: if the release process gets cancelled or an error occured, the release commit and/or tag will be removed.
  • User scripts can be an array for multiple commands (e.g. "beforeStart": ["npm run lint", "npm test"]).
  • The npm (and Git) plugin can be disabled with --no-npm (and --no-git).
  • More contributor-friendly (also integration tests should pass in any environment).
release-it - Release 11.0.0-rc.1

Published by webpro over 5 years ago

  • Add backwards compat for [REV_RANGE] in git.changelog (c268e78)
  • Merge remote-tracking branch 'origin/master' into v11 (8cea68d)
  • Release 10.4.5 (c31ed3c)
  • Update dependencies (6342de3)
  • fix DEBUG namespace (#513) (bfb2773)
  • Add initial draft step to GitHub release (c8e285f)
release-it - Release 10.4.5

Published by webpro over 5 years ago

  • Update dependencies (6342de3)
  • fix DEBUG namespace (#513) (bfb2773)
  • Add initial draft step to GitHub release (c8e285f)
release-it - Release 11.0.0-rc.0

Published by webpro over 5 years ago

  • Remove unused pushd/popd (0670eec)
  • Update readme (848edec)
  • Set/reset GitHub/GitLab tokens during test run (4bd25fe)
  • Fix 'push to remote name not origin test' (804294b)
  • Also ignore 400s from unsupported npm ping/whoami requests (3a8e675)
release-it - Release 11.0.0-beta.4

Published by webpro over 5 years ago

  • Increase coverage + small bugfix (ec0ac7c)
  • Remove Greenkeeper badge (b55582b)
  • Update dependencies (f058ce3)
  • Add deprecated/breaking options including warnings/errors (78dff7b)
release-it - Release 11.0.0-beta.3

Published by webpro over 5 years ago

  • Do not execute npm validations for private packages/no publish (dd63dc1)
  • Update changelog + readme (72c7705)
  • Remove deprecated options (3e047f1)
release-it - Release 10.4.4

Published by webpro over 5 years ago

  • Set/reset GitHub/GitLab tokens during test run (4bd25fe)
  • Fix 'push to remote name not origin test' (804294b)
release-it - Release 10.4.3

Published by webpro over 5 years ago

  • Move scripts.changelog to git.changelog (b2f0fc2)
  • Update dependencies (91d7a39)
  • Remove redirect (f5f43cd)
release-it - Release 11.0.0-beta.2

Published by webpro over 5 years ago

  • Update dependencies (030c0a9)
  • Only skip %s replacement in git log commands (6a17cdc)
  • Put exec options and context in single object arg (bdbf0a5)
  • Only perform rollback if pristine state was required upfront (68ec40e)
  • Set/reset GitHub/GitLab tokens during test run (bde1432)
release-it - Release 11.0.0-beta.1

Published by webpro over 5 years ago

  • Generate changelog earlier (for preview) (920b745)
  • Maintain support for %s in commands (should be ${version}) (fe4b24a)
release-it - Release 11.0.0-beta.0

Published by webpro over 5 years ago

  • Add v11 to changelog (4163f28)
  • Update readme (mostly for plugins) (9c6a24a)
  • Remove unused function (d9a4cd1)
release-it - Release 10.4.2

Published by webpro over 5 years ago

  • Update dependencies (919f580)
  • Deprecate scripts.afterBump (same as scripts.beforeStage, and v11 supports arrays for scripts) (5e949bd)
  • Fix docs on auto-changelog usage (ce66a32)
  • Add note in readme about JS config files (#489) (2796618)
release-it - Release 11.0.0-alpha.7

Published by webpro over 5 years ago

  • Update docs (8849bd2)
  • Add plugin.getIncrementedVersionSync to display next version early on (f74911d)
  • Remove blank lines logic in logger (5a9c04f)
release-it - Release 10.4.1

Published by webpro over 5 years ago

  • Update dependencies (9ae4240)
  • Also ignore 400s from unsupported npm ping/whoami requests (3a8e675)
  • Add note about v11/plugins (f73fb0d)