release-it

🚀 Automate versioning and package publishing

MIT License

Downloads
2M
Stars
7.6K
Committers
89

Bot releases are visible (Hide)

release-it - Release 9.4.2

Published by webpro almost 6 years ago

  • Fix default increment in ci mode (fixes #431) (f8cb647)
release-it - Release 9.4.1

Published by webpro almost 6 years ago

  • Use uuid for tmp dirs (2c65565)
  • Swap args for shell.copy (bb86cc8)
  • Use Shell.writes for dry-run skips (9c1d162)
  • Fix bump of falsey files (b5ee987)
release-it - Release 9.4.0

Published by webpro almost 6 years ago

  • Update dependencies (2f60c9b)
  • Lint (b3ea926)
  • Update readme (ef8e773)
  • Don't exit process if bump failed (f6da777)
  • Lazy resolve config files (c9b17f8)
  • Add tests to finish tasks without errors (d2eea34)
  • Add use option to take latest version from git.tag or pkg.version (4cfd598)
  • Fix up & simplify github client error handling (20410ba)
  • Allow to start process using the same version (0652fbe)
  • Refactor loose modules into classes w/ dependency injection (63d27d8)
  • Remove exit event to reset bump (f9048e2)
release-it - Release 9.3.0

Published by webpro almost 6 years ago

  • Add SIGINT event to reset bump (ed0f7ec)
  • Update dependencies (5378c1e)
  • Fix pushRepo url when pushing (430abd8)
  • Refactor tests regarding shell, sinon (4a07b33)
  • Fix up npm.publish name arg (32d64f1)
  • Import shelljs as object for easier stubbing in tests (a28c23b)
  • Skip npm publish tests in npm < 6, because dry-run (9380a1c)
  • Modify tests for Windows (406764e)
  • Fix lint issues (70c01ef)
  • Add tests for npm.publish (ffcfed4)
  • Add tests for git methods (1805766)
  • Add git.reset to revert initial bump when release process is cancelled (3e96a62)
  • Fix list in contrib guide (d5c7716)
  • Link to metrics implementation for more details (closes #425) (180f131)
  • Add option to disable reading local config file + use it in tests (3772c87)
  • Fix failing test in CI env (07c7154)
release-it - Release 9.2.0

Published by webpro almost 6 years ago

  • Use Buffer.from (Buffer() is deprecated) (09634d2)
  • Update contributing guide (24038ce)
  • Import/use npm client as object + fix undefined name (17edd60)
  • Move release url get/set to github client (50087b9)
  • Log error if unexpected (7f68a3a)
  • Put repeated code in test helper (1e39662)
  • Minor edit readme (31d43e0)
  • Improve error messages (0aed5bd)
  • Log regular messages without spinner (ae8e2f0)
  • Use @webpro/is-subdir + add test (522df0c)
  • Show GitHub and npm urls (#422) (cef3566)
  • Update readme (914044e)
release-it - Release 9.1.0

Published by webpro almost 6 years ago

  • Minor refactoring (83f2e7c)
  • Guard against invalid repo stage dir (must be subdir) (e2d063c)
  • Improve config handling and namings (20b5dee)
  • Update readme (eae084d)
  • Remove obsolete dist repo suffix (fafa597)
  • Skip github assets step if applicable (8e278cc)
  • Remove obsolete helper (26600c0)
release-it - Release 9.0.1

Published by webpro almost 6 years ago

  • Expose variables to custum changelog commands (8c9a175)
  • Format script strings (abf4a15)
  • Fix dist repo flow (ddb5b44)
  • Goodbye GitHub Pages (d6ea80a)
release-it - Release 9.0.0

Published by webpro almost 6 years ago

  • Add updates/changelog notice & remove temp v8 notice (ff75970)
  • Add demo for pre-releases (fb9990c)
release-it - Release 9.0.0-beta.4

Published by webpro almost 6 years ago

  • Fix/clean up dist defaults (e4e04a7)
  • Indicate pre-release in github prompt (bc3b137)
  • Fix priority of --npm.tag (867f65c)
release-it - Release 9.0.0-beta.3

Published by webpro almost 6 years ago

  • Minor refactorings (7e2e9e7)
  • Fix npm tag for pre-release (ec3e010)
  • Add link to repository dependents to readme (3607e70)
  • Update readme with note re. v8/9 (closes #415) (2ee03e5)
release-it - Release 8.4.3

Published by webpro almost 6 years ago

  • Backport version.parse from v9 (95021e0)
release-it - Release 9.0.0-beta.2

Published by webpro almost 6 years ago

  • Tweak readme (47347c4)
  • Use actual un-mocked method in test (c0a210b)
  • Housekeeping (f34a3a2)
  • Don't clone dist repo in dry run (70fe41b)
  • Fix up dry runs (5c1a8ed)
  • So release-it can "npm run release" itself (a20f184)
  • Add deprecation notice in/for Node v6 (de2957e)
  • Remove odd import statement in test (f4889f9)
release-it - Release 9.0.0-beta.1

Published by webpro almost 6 years ago

  • Refactor changelog logic a bit (9d0dff4)
  • Fix metric type (ccc7d83)
  • Add safeBump to deprecated options (3565964)
release-it - Release 9.0.0-beta.0

Published by webpro almost 6 years ago

  • Update changelog (3d10c3f)
  • Fix npm prop name (7f1654b)
  • Fix cross OS path issue (1408316)
  • Fix default value (54af6f7)
  • Update readme (db10c76)
  • Fix up "late changelog" (128f66f)
  • Add support for packages in subdirs (monorepo) by using version from local package.json (36a6f8d)
  • Refactor & fix up the version parser (b2739e1)
  • Fix "nothing to commit" error-to-warning (e5940f7)
  • Remove "status" prompt, and log instead (b6e3417)
  • Remove the first "ready" prompt with the safeBump feature; introduce fancier in/outro messages (3904ed9)
  • Improve config structure (incl. backwards compatibility & deprecation warnings) (ef75e20)
  • Add prompt to select release version (2227d9c)
release-it - Release 8.4.2

Published by webpro almost 6 years ago

  • Quickfix for pre-release continuation w/ conventional bump (aa3d42b)
release-it - Release 8.4.1

Published by webpro almost 6 years ago

  • Quickfix for pre-release w/ conventional bump (6eac910)
release-it - Release 8.4.0

Published by webpro almost 6 years ago

  • Try to coerce provided increment into valid semver version (3abbc73)
  • Fall back to "0.0.0" if no latest version is found (ab4c1e7)
release-it - Release 8.3.1

Published by webpro almost 6 years ago

  • Update dependencies (c416c3e)
  • Remove unused argument (70f9d5c)
  • Improve some error messages (153aaf8)
  • Fix git tag warning (1afdf8f)
  • Fix up specs a bit (f797d45)
  • Use null values (over false) as defaults (ae211d1)
release-it - Release 8.3.0

Published by webpro almost 6 years ago

  • Update dependencies (03ca239)
  • Minor readme fixes (f0ae5c7)
  • Add note about public scoped packages (442ef96)
  • Update examples in readme (5f3fd4e)
  • Support config in package.json#release-it (86a2c77)
  • Add v8 to major changelog (15eea84)
release-it - Release 8.2.0

Published by webpro almost 6 years ago

  • Update dependencies (37aa778)
  • Add custom truncation suffix (84fa9ce)
  • Clean up (63a31ef)
  • Format template command as a whole, and use global config if no context passed (0a68699)