Skip to content

Latest commit

 

History

History
567 lines (319 loc) · 21.9 KB

CHANGELOG.md

File metadata and controls

567 lines (319 loc) · 21.9 KB

v10.24.1 (Mon Mar 29 2021)

🐛 Bug Fix

Authors: 1


v10.22.1 (Tue Mar 23 2021)

🐛 Bug Fix

📝 Documentation

🔩 Dependency Updates

Authors: 2


v10.20.3 (Mon Mar 15 2021)

🐛 Bug Fix

Authors: 1


v10.20.1 (Sun Mar 14 2021)

🐛 Bug Fix

Authors: 1


v10.17.0 (Tue Mar 02 2021)

🚀 Enhancement

Authors: 1


v10.16.8 (Wed Feb 24 2021)

🔩 Dependency Updates

Authors: 1


v10.16.6 (Thu Feb 18 2021)

🎉 This release contains work from a new contributor! 🎉

Thank you, Lucas Shadler (@lshadler), for all your work!

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v10.16.2 (Thu Feb 11 2021)

📝 Documentation

Authors: 1


v10.15.0 (Wed Feb 03 2021)

🚀 Enhancement

Authors: 1


v10.14.0 (Wed Feb 03 2021)

🚀 Enhancement

📝 Documentation

🔩 Dependency Updates

Authors: 3


v10.13.0 (Mon Jan 25 2021)

🚀 Enhancement

Authors: 1


v10.12.2 (Thu Jan 21 2021)

🐛 Bug Fix

Authors: 1


v10.12.1 (Thu Jan 21 2021)

🐛 Bug Fix

Authors: 1


v10.12.0 (Thu Jan 21 2021)

Release Notes

Support "main" as a default "baseBranch" (#1736)

Many communities, both on GitHub and in the wider Git community, are considering renaming the default branch name of their repository from master to main.

This pull request add default support for a main branch instead of master. If main is detected then that will be used as the baseBranch without the need for any configuration.

Why

The community is shifting.

Todo:

  • Add tests
  • Add docs

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major

🚀 Enhancement

🐛 Bug Fix

Authors: 1


v10.10.1 (Tue Jan 19 2021)

🐛 Bug Fix

Authors: 1


v10.9.0 (Thu Jan 14 2021)

🚀 Enhancement

  • default name and email to the token user if no author config is found in autorc or plugin #1720 (@hipstersmoothie)

Authors: 1


v10.7.0 (Thu Jan 14 2021)

🚀 Enhancement

Authors: 1


v10.6.0 (Mon Jan 11 2021)

🎉 This release contains work from a new contributor! 🎉

Thank you, Andrew Leedham (@AndrewLeedham), for all your work!

🚀 Enhancement

🐛 Bug Fix

Authors: 2


v10.5.1 (Fri Jan 08 2021)

🔩 Dependency Updates

Authors: 2


v10.4.2 (Mon Nov 23 2020)

🐛 Bug Fix

🏠 Internal

Authors: 1


v10.2.5 (Fri Nov 06 2020)

Release Notes

From #1636

Previously when using auto pr-check you would have to check that you were running the command from a PR with bash scripting so it didn't fail when running on master.

This PR simplifies this workflow so that you can run auto pr-check without any logic. On CI + base branch pr-check will exit successfully, otherwise it will check for a PR number and fail accordingly.

Why

Less config + more automation = happy auto consumers

Todo:

  • Add tests
  • Add docs

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major

🐛 Bug Fix

Authors: 1


v10.2.4 (Fri Nov 06 2020)

🐛 Bug Fix

Authors: 1


v10.2.3 (Wed Nov 04 2020)

🐛 Bug Fix

Authors: 1


v10.1.0 (Mon Nov 02 2020)

🎉 This release contains work from a new contributor! 🎉

Thank you, Tim Ottewell (@tinytim84), for all your work!

🚀 Enhancement

🐛 Bug Fix

🔩 Dependency Updates

Authors: 3


v10.0.2 (Thu Oct 29 2020)

🐛 Bug Fix

Authors: 1


v10.0.0 (Thu Oct 29 2020)

Release Notes

From #1609

This release simplifies some of the hooks arguements to allow for easier future extensibility.

The following hooks have had their second argument converted to an object that takes a "context" of pertinent information:

  • afterShipIt
  • onCreateChangelog
  • publish
  • next

Please consult the docs or plugin implementations for further detail.

From #1604

Previously a lot of the hooks would not run during a dry run and auto would try to guess what they would do. This lead to the output versions of some commands to be off.

With the release of v10 auto will call to the plugins for various hooks so they can control that.


💥 Breaking Change

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.59.0 (Wed Oct 14 2020)

🚀 Enhancement

Authors: 1


v9.54.5 (Tue Oct 06 2020)

🐛 Bug Fix

Authors: 1


v9.54.0 (Thu Oct 01 2020)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.53.0 (Tue Sep 08 2020)

🎉 This release contains work from a new contributor! 🎉

Thank you, Richard Simpson (@RichiCoder1), for all your work!

🚀 Enhancement

🐛 Bug Fix

Authors: 1