Skip to content

Latest commit

 

History

History
1448 lines (813 loc) · 55 KB

CHANGELOG.md

File metadata and controls

1448 lines (813 loc) · 55 KB

v10.36.5 (Sun Mar 20 2022)

🐛 Bug Fix

Authors: 1


v10.36.3 (Sun Mar 20 2022)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v10.36.1 (Sun Mar 20 2022)

🐛 Bug Fix

Authors: 1


v10.36.0 (Sun Mar 20 2022)

🚀 Enhancement

Authors: 1


v10.33.0 (Fri Mar 04 2022)

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Ken Clarke (@kclarkey)

❤️ Dalton Scharff (@daltonscharff)

🚀 Enhancement

  • feat(plugins/npm): exclude pre-release branches from greaterRelease calculation #2036 (@hydrosquall)
  • feat(plugins/npm): add support for passing publishFolder. #2115 (@kclarkey)

🐛 Bug Fix

Authors: 3


v10.32.2 (Tue Oct 26 2021)

🐛 Bug Fix

Authors: 2


v10.32.1 (Thu Sep 30 2021)

🐛 Bug Fix

  • use strict check so SEMVER.noVersion can add skip-release #2086 (@hborawski)
  • use strict check so SEMVER.noVersion can add skip-release (@hborawski)

Authors: 1


v10.29.0 (Fri May 21 2021)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


v10.26.0 (Wed Apr 28 2021)

🚀 Enhancement

Authors: 1


v10.24.1 (Mon Mar 29 2021)

🐛 Bug Fix

Authors: 1


v10.23.0 (Fri Mar 26 2021)

🚀 Enhancement

  • Fix conventional commits releaseType calculation to include all conventionally committed commits in PR #1723 (@hipstersmoothie)

🐛 Bug Fix

Authors: 1


v10.22.1 (Tue Mar 23 2021)

🐛 Bug Fix

📝 Documentation

🔩 Dependency Updates

Authors: 2


v10.22.0 (Mon Mar 22 2021)

🚀 Enhancement

🐛 Bug Fix

Authors: 1


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.16.1 (Thu Feb 11 2021)

🐛 Bug Fix

Authors: 1


v10.15.0 (Wed Feb 03 2021)

🚀 Enhancement

Authors: 1


v10.14.0 (Wed Feb 03 2021)

🚀 Enhancement

🐛 Bug Fix

📝 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)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.60.1 (Fri Oct 23 2020)

🎉 This release contains work from a new contributor! 🎉

Thank you, Philippe Boyd (@philippeboyd), for all your work!

🐛 Bug Fix

  • doc: breaking change should bump major not minor (@philippeboyd)

📝 Documentation

Authors: 1


v9.60.0 (Wed Oct 21 2020)

🚀 Enhancement

  • Support ! for conventional commits and allow for any conventional-changelog preset #1599 (@hipstersmoothie)

🐛 Bug Fix

  • match conventional commit spec more and allow for conventional changelog presets (@hipstersmoothie)

🔩 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)

🔩 Dependency Updates

Authors: 1


v9.50.9 (Fri Aug 14 2020)

🐛 Bug Fix

Authors: 1


v9.50.8 (Fri Aug 14 2020)

🐛 Bug Fix

Authors: 1


v9.50.7 (Fri Aug 14 2020)

🐛 Bug Fix

Authors: 1


v9.50.4 (Thu Aug 13 2020)

📝 Documentation

Authors: 1


v9.50.2 (Tue Aug 11 2020)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.49.5 (Thu Aug 06 2020)

🔩 Dependency Updates

Authors: 1


v9.49.3 (Fri Jul 31 2020)

🐛 Bug Fix

Authors: 1


v9.49.1 (Wed Jul 29 2020)

🐛 Bug Fix

Authors: 1


v9.48.3 (Wed Jul 29 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.47.2 (Wed Jul 22 2020)

🔩 Dependency Updates

Authors: 2


v9.45.0 (Mon Jul 13 2020)

Release Notes

From #1371

Previously auto would mark unlabelled PRs as patch. You can now configure what label will be applied as the default when calculating SEMVER bumps and adding PRs to changelogs.

To configure a default label add the default property and set it to true.

{
  "labels": [
    {
      "name": "Version: Minor",
      "releaseType": "minor",
      "default": true
    }
  ]
}

🚀 Enhancement

🐛 Bug Fix

Authors: 1


v9.41.1 (Mon Jul 06 2020)

🐛 Bug Fix

  • attempt to construct the GitHub graphql root API endpoint if githubApi is provided #1349 (@hipstersmoothie)

Authors: 1


v9.40.3 (Wed Jun 24 2020)

🐛 Bug Fix

Authors: 1


v9.40.2 (Wed Jun 24 2020)

🔩 Dependency Updates

Authors: 1


v9.40.1 (Wed Jun 24 2020)

🎉 This release contains work from a new contributor! 🎉

Thank you, Snyk bot (@snyk-bot), for all your work!

🐛 Bug Fix

  • Update makeRelease to support 'from' and 'useVersion' options with build part of semver #1315 (@bnigh)

🔩 Dependency Updates

Authors: 2


v9.40.0 (Wed Jun 24 2020)

🐛 Bug Fix

📝 Documentation

🔩 Dependency Updates

Authors: 2


v9.39.0 (Thu Jun 04 2020)

🐛 Bug Fix

Authors: 1


v9.36.4 (Thu May 28 2020)

🎉 This release contains work from a new contributor! 🎉

Thank you, Marty Henderson (@10hendersonm), for all your work!

🐛 Bug Fix

  • fix(git): Prevents getLastTagNotInBaseBranch from returning a commit hash #1262 (@10hendersonm)

Authors: 1


v9.36.1 (Fri May 22 2020)

🐛 Bug Fix

Authors: 1


v9.35.3 (Fri May 22 2020)

🐛 Bug Fix

Authors: 1


v9.35.2 (Fri May 22 2020)

🎉 This release contains work from a new contributor! 🎉

Thank you, Kevin Wolf (@kevinwolfdev), for all your work!

🐛 Bug Fix

Authors: 2


v9.34.0 (Tue May 19 2020)

🔩 Dependency Updates

🏠 Internal

Authors: 2


v9.33.0 (Mon May 18 2020)

🔩 Dependency Updates

Authors: 2


v9.32.1 (Fri May 15 2020)

🎉 This release contains work from a new contributor! 🎉

Thank you, Till Weisser (@whynotzoidberg), for all your work!

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.31.2 (Mon May 11 2020)

🔩 Dependency Updates

Authors: 1


v9.30.4 (Sat May 02 2020)

🔩 Dependency Updates

Authors: 1


v9.30.0 (Wed Apr 22 2020)

🔩 Dependency Updates

Authors: 1


v9.28.3 (Mon Apr 20 2020)

🐛 Bug Fix

Authors: 1


v9.28.2 (Mon Apr 20 2020)

🐛 Bug Fix

Authors: 1


v9.26.6 (Tue Apr 07 2020)

🐛 Bug Fix

Authors: 1


v9.22.2 (Mon Mar 30 2020)

🎉 This release contains work from a new contributor! 🎉

Thank you, Kyle Brown (@krohrsb), for all your work!

🐛 Bug Fix

  • fix(conventional-commits): skip release when no increment detected #1086 (@krohrsb)

Authors: 1


v9.21.1 (Fri Mar 27 2020)

🐛 Bug Fix

Authors: 1


v9.19.0 (Sat Mar 07 2020)

Release Notes

From #996

The gradle plugin has enabled many Java and Android engineers to automate the versioning of their projects. While the old gradle plugin's features were primarily targeted at app developers, this release brings features that make auto ergonomic for library authors! 🎉

-SNAPSHOT Versioning

A common versioning pattern for java projects is -SNAPSHOT Versioning. It is especially helpful for library authors and helps with testing their libraries.

All you have to do to start using this feature is add -SNAPSHOT to your version in build.gradle or gradle.properties and auto will start using-snapshot Versioning. If you want to configure the snapshot suffix just set snapshotSuffix in gradle.properties.

Publish Support

Another useful feature for library authors, auto will now call the publish task if it is configured for your project. 🚀

versionFile deprecation

Previously this plugin had to use a versionFile to keep track of the version of the project. Now it will parse the gradle properties command for this information.

This is not a breaking change, you'll just have an extra file you can delete


🚀 Enhancement

Authors: 3


v9.15.7 (Tue Mar 03 2020)

🐛 Bug Fix

Authors: 1


v9.15.3 (Mon Mar 02 2020)

🐛 Bug Fix

  • Bump tslib from 1.11.0 to 1.11.1

Bumps tslib from 1.11.0 to 1.11.1.

Signed-off-by: dependabot-preview[bot] support@dependabot.com (@dependabot-preview[bot])

Authors: 1


v9.15.2 (Sun Mar 01 2020)

🐛 Bug Fix

  • Respect PR label when conventional commit message is present (@hipstersmoothie)

Authors: 1


v9.15.0 (Sun Mar 01 2020)

🐛 Bug Fix

Authors: 1


v9.13.1 (Mon Feb 24 2020)

🐛 Bug Fix

  • Bump tslib from 1.10.0 to 1.11.0

Bumps tslib from 1.10.0 to 1.11.0.

Signed-off-by: dependabot-preview[bot] support@dependabot.com (@dependabot-preview[bot])

Authors: 1


v8.6.0 (Tue Dec 17 2019)

🐛 Bug Fix

Authors: 1


v8.5.0 (Tue Dec 17 2019)

🐛 Bug Fix

Authors: 2


v8.5.0 (Tue Dec 17 2019)

🐛 Bug Fix

Authors: 1


v8.0.0 (Wed Dec 11 2019)

🐛 Bug Fix

see #775 (@sarah-vanderlaan)

Authors: 1