release-it

🚀 Automate versioning and package publishing

MIT License

Downloads
2M
Stars
7.6K
Committers
89

Bot releases are visible (Hide)

release-it - Release 13.6.4

Published by webpro over 4 years ago

  • Update dependencies (69854df)
  • Move "prerequisite checks" to their own plugin docs (ab2bd54)
release-it - Release 13.6.3

Published by webpro over 4 years ago

  • Update packages (026c000)
  • Update some docs (df40c0e)
release-it - Release 13.6.2

Published by webpro over 4 years ago

  • Allow git repo without remote when not pushing (39f3b9a)
  • Add verbose: 2 in config files to docs (#670) (86fc310)
  • docs: fix changelog template URL (#672) (1e68afe)
release-it - Release 13.6.1

Published by webpro over 4 years ago

  • Update dependencies (20d4710)
  • Accept any ...registry from npm publishConfig (9ff615a)
  • Move args helper to util (cdde9d3)
  • Remove unused prop (99bfdb6)
  • Add keep-a-changelog to docs (fc24cd0)
release-it - Release 13.6.0

Published by webpro over 4 years ago

  • Fix gitlab release url (fixes #665) (b643dff)
  • Update dependencies (1c66e2e)
release-it - Release 13.6.0-beta.1

Published by webpro over 4 years ago

  • Get latest release (not by tag) (2d59511)
release-it - Release 13.6.0-beta.0

Published by webpro over 4 years ago

  • Remove generic afterRelease and use plugin context properly (ba8a61d)
  • Start support for updating existing releases (in github plugin) (d516bdb)
release-it - Release 13.5.8

Published by webpro over 4 years ago

  • Take advantage of set tagName (#649) (cb4fab4)
  • Update dependencies (65d1a8c)
  • Improve user context in gitlab plugin (2f2dfbf)
  • Set latestTag and tagName on global config in test harness. (#649) (d56c6ac)
  • Add release-it-yarn-workspaces plugin, remove mercurial section (4800851)
release-it - Release 13.5.7

Published by webpro over 4 years ago

  • Update dependencies (closes #652) (732d93a)
release-it - Release 13.5.6

Published by webpro over 4 years ago

  • Add note about custom git.pushArgs config (9c05cb7)
  • Add Node 14 to GitHub Actions CI. (#651) (b5729c6)
  • Simplify GitHub Actions CI Job Names (#650) (b603bcd)
  • Ensure test runner passes latest version to getChangelog (#648) (cf62cca)
  • Increase readability of version plugin (3606e4b)
  • Fix up the docs a bit (88b99e4)
  • docs(ci): added GitLab CI configuration (#646) (c4c1787)
release-it - Release 13.5.5

Published by webpro over 4 years ago

  • Update dependencies (e29dddf)
  • Take changelog from first plugin that returns it (3b0dc72)
release-it - Release 13.5.4

Published by webpro over 4 years ago

  • Don't run hooks.after:*:* when plugin release-cycle method is disabled/skipped (c4a5caf)
  • Remove problematic cross-os test assertion (58d5c81)
release-it - Release 13.5.3

Published by webpro over 4 years ago

  • Update dependencies (5237027)
  • Fix up some tests (24b1c04)
  • Refactor (global) context for message/command templates (6d6f59b)
  • Improve plugin docs (3d6400a)
  • Small refactoring in task runner (2e1838a)
release-it - Release 13.5.2

Published by webpro over 4 years ago

  • Update dependencies (4ab233d)
  • Add test for gitlab is-collab fallback (1b5a379)
  • Fix gitlab "is-collaborator" check (for v12.4) (#639) (cf5f8f9)
  • Add docs about environment variables (0235aa6)
  • Fix link to changelog.md in github-releases (#638) (0511cb4)
release-it - Release 13.5.1

Published by webpro over 4 years ago

  • Update dependencies (556170f)
  • Minor (a7f2478)
  • [bug fix] tagName being ignored (#634) (413068e)
release-it - Release 13.5.0

Published by webpro over 4 years ago

  • Fix/maintain support for old Git versions (2dd88f9)
  • feat(git): add support for git url aliases (#633) (2647871)
release-it - Release 13.4.0

Published by webpro over 4 years ago

  • Update dependencies (d734001)
  • Use git.pushRepo for GitHub Release (fixes #632) (2ab8aaf)
  • Minimum required version of Git is v2.0.0 (12e109d)
  • Remove custom errors in npm plugin (de61872)
  • Revert 6c58cda, simplify registry logic (e759247)
  • Lift username in github context (d1d8f7b)
release-it - Release 13.3.2

Published by webpro over 4 years ago

  • Always use --registry argument for npm whoami/ping (6c58cda)
  • Deprecate npm.access (c3ae857)
  • Remove unused context var (5fad14c)
  • Fix scoped package publishing as public (#630) (5f0cbe2)
release-it - Release 13.3.1

Published by webpro over 4 years ago

  • Update dependencies (2b4b0f6)
  • Update octokit deps to remove warning (5bca0e3)
  • Remove bad example (now that this prefix is automated) (3dd82c4)
release-it - Release 13.3.0

Published by webpro over 4 years ago

  • Update dependencies (4e4dedb)
  • Update prettier + lint fixes (7bcc171)
  • Detect isCI on Github Actions manually (temp) (aa32e01)
  • Add caching for internal commands (388b76f)
  • Add skipChecks for github, gitlab, npm plugins (b3f7f99)
  • Clean up docs a bit (cbe5a2c)