Skip to content

Latest commit

 

History

History
1736 lines (980 loc) · 65.7 KB

CHANGELOG.md

File metadata and controls

1736 lines (980 loc) · 65.7 KB

v11.1.0 (Fri Feb 23 2024)

🚀 Enhancement

  • [Feature Request] Allow opting out of ts-node #2420 (@ds300)

Authors: 1


v11.0.5 (Thu Feb 22 2024)

🔩 Dependency Updates

Authors: 2


v11.0.3 (Sun Sep 10 2023)

🐛 Bug Fix

Authors: 1


v10.46.0 (Wed Apr 26 2023)

Release Notes

Add --from latest option to release and changelog commands (#2356)

You can now use --from latest in both the changelogand release commands.

This is useful if you want to generate a changelog for a prerelease that includes all changes since the latest release.

auto release --from latest --prerelease

🚀 Enhancement

Authors: 1


v10.45.2 (Wed Apr 26 2023)

🎉 This release contains work from a new contributor! 🎉

Thank you, null@ld-codes, for all your work!

🐛 Bug Fix

Authors: 1


v10.45.1 (Wed Apr 26 2023)

🐛 Bug Fix

  • fixes "some peer dependencies are incorrectly met" when installing via yarn #2348 (@snebjorn)

Authors: 1


v10.43.0 (Wed Mar 01 2023)

🎉 This release contains work from a new contributor! 🎉

Thank you, Adil Malik (@amalik2), for all your work!

🚀 Enhancement

Authors: 1


v10.42.0 (Fri Feb 10 2023)

🚀 Enhancement

Authors: 1


v10.40.0 (Wed Feb 08 2023)

🎉 This release contains work from a new contributor! 🎉

Thank you, Bruno Nardini (@megatroom), for all your work!

🚀 Enhancement

Authors: 1


v10.39.0 (Wed Feb 08 2023)

🎉 This release contains work from a new contributor! 🎉

Thank you, Jason T Brown (@vpipkt), for all your work!

🚀 Enhancement

🏠 Internal

Authors: 2


v10.37.6 (Tue Sep 13 2022)

🎉 This release contains work from a new contributor! 🎉

Thank you, Ikko Ashimine (@eltociear), for all your work!

🐛 Bug Fix

Authors: 2


v10.37.2 (Fri Jul 15 2022)

🐛 Bug Fix

  • fix: change old references in maven instructions (@sugarmanz)

📝 Documentation

Authors: 1


v10.36.6 (Fri May 20 2022)

🎉 This release contains work from a new contributor! 🎉

Thank you, Ikko Ashimine (@eltociear), for all your work!

🐛 Bug Fix

📝 Documentation

Authors: 1


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.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.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

  • Merge branch 'main' into fix-prefer-prerelease-tags (@lshadler)

🔩 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

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.4.0 (Wed Nov 18 2020)

🚀 Enhancement

🐛 Bug Fix

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)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


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

🐛 Bug Fix

  • correct enterprise upload assets baseUrl #1466 (@hipstersmoothie)
  • add note in each package manager plugin that it should not be used with other package manager plugins (@hipstersmoothie)

📝 Documentation

Authors: 1


v9.50.2 (Tue Aug 11 2020)

🐛 Bug Fix

Authors: 1


v9.49.5 (Thu Aug 06 2020)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.49.4 (Tue Aug 04 2020)

Release Notes

From #1429

This PR fixes a few issues around next releases and lerna independent monorepos:

  • implement a lerna-like versioning function for independent next releases. Allows us more control of how the repo gets versioned. this function will tag+commit the next version, relying on the previously implemented "tag-juggling" so we can rely on lerna as much as possible.
  • rely on makeRelease hook to create next releases. This enables changelogs in the prerelease for each package
  • keep tags annotated while moving. This makes lerna's package publishing logic work better. lerna changed only works on annotated tags.
  • remove version from "Full Changelog"s in prerelease PRs. hard to calculate correct version so it's easier to just omit it

🐛 Bug Fix

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.49.0 (Wed Jul 29 2020)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


v9.48.2 (Tue Jul 28 2020)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 3


v9.47.2 (Wed Jul 22 2020)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


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)
  • fix: plugins/maven/package.json & plugins/maven/.snyk to reduce vulnerabilities (@snyk-bot)

🔩 Dependency Updates

Authors: 2


v9.40.0 (Wed Jun 24 2020)

Release Notes

From #1295

This release removes the requirement for the Maven Release Plugin from maven projects. This is a breaking change but that maven plugin was quite experimental. This PR makes it a full featured auto experience.

Remove requirement for "maven-release-plugin" and other improvements

  1. Remove requirement for "maven-release-plugin".
  2. Support recursive changes to all pom.xml files in the project, with the following assumptions: a. The project is a multi-module project. b. The parent pom.xml file is located in the root directory of the repo. c. The parent pom.xml contains the version. d. Sub-modules have the same version as the parent pom.xml.
  3. Support plugin options, with environment variable overrides: a. MAVEN_COMMAND || mavenCommand - the path to the maven executable to use. Defaults to /usr/bin/mvn. b. MAVEN_OPTIONS || mavenOptions - an array of arbitrary maven options, e.g. -DskipTests -P some-profile. No defaults. c. MAVEN_RELEASE_GOALS || mavenReleaseGoals - an array of maven goals to run when publishing. Defaults to ["deploy", "site-deploy"]. d. MAVEN_SETTINGS || mavenSettings - the path to the maven settings file. No defaults.

NOTE: The MAVEN_USERNAME and MAVEN_PASSWORD environment variables are still supported, and have their counterparts as configuration options, but should are deprecated, and will be removed in a later release. This is because MAVEN_SETTINGS or MAVEN_OPTIONS can do the same work, but provide a much more flexible solution.

Support both "versions-maven-plugin" and auto-native DOM/XML

auto will detect if the parent pom.xml file has the versions-maven-plugin configured, and if so, use it to set the version on the parent and all child pom.xml files. If not, then auto will modify the parent and all child pom.xml files using a DOM parser and XML serializer. This has the effect of losing formatting. Therefore it then runs the serialized XML through the prettier "html" pretty-printer.

This means that if the versions-maven-plugin isn't available, the pom.xml files will be pretty-printed using the prettier formatter with the following default settings:

  • printWidth: 120 (configurable - see below)
  • tabWidth: 4 (configurable - see below)
  • parser: "html"

🚀 Enhancement

🐛 Bug Fix

  • Uncomment git commit/push commands (@rbellamy)
  • Add comment describing magic number used by XPath evaluation (@rbellamy)
  • Update README to describe deprecation of MAVEN_USERNAME and MAVEN_PASSWORD. (@rbellamy)
  • Update README to describe assumptions. (@rbellamy)
  • Update for style and move some devDependencies to dependencies. (@rbellamy)
  • Support both "versions-maven-plugin" and auto-native DOM/XML (@rbellamy)
  • Update plugins/maven/README.md (@rbellamy)
  • Update README for grammar and style. (@rbellamy)
  • Support both "versions-maven-plugin" and auto-native DOM/XML (@hipstersmoothie)
  • Attempt to use regex to find/replace the previous/next version. (@rbellamy)
  • change beforeRun hook from sync to async (@hipstersmoothie)
  • Remove requirement for "maven-release-plugin" and other improvements (@rbellamy)
  • switch to next-ignite (@hipstersmoothie)
  • Bump tslib from 1.11.1 to 2.0.0 (@dependabot-preview[bot])

📝 Documentation

🔩 Dependency Updates

Authors: 3


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.3 (Thu May 28 2020)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.36.2 (Sat May 23 2020)

🐛 Bug Fix

  • Fix missing use of MAVEN_SNAPSHOT_BRANCH #1242 (@rbellamy)
  • Fix hard-coded reference to "master" (@rbellamy)
  • Fix missing use of MAVEN_SNAPSHOT_BRANCH (@rbellamy)

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

  • Merge branch 'master' into extend-default-labels (@kevinwolfdev)

Authors: 1


v9.35.0 (Thu May 21 2020)

🎉 This release contains work from a new contributor! 🎉

Thank you, G. Richard Bellamy (@rbellamy), for all your work!

🚀 Enhancement

  • Maven plugin support for configurable SNAPSHOT branch #1241 (@rbellamy)

🐛 Bug Fix

  • Maven plugin support for configurable SNAPSHOT branch (@rbellamy)

Authors: 1


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.21.1 (Fri Mar 27 2020)

🐛 Bug Fix

Authors: 1


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.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


v9.12.0 (Fri Feb 21 2020)

🐛 Bug Fix

Authors: 1


v9.10.0 (Thu Feb 06 2020)

🐛 Bug Fix

Authors: 1


v9.8.4 (Fri Jan 31 2020)

🐛 Bug Fix

update maven & jenkins documentation (navjot_cheema@intuit.com)

Authors: 2


v9.1.1 (Thu Jan 23 2020)

🐛 Bug Fix

Authors: 1


v8.6.0 (Tue Dec 17 2019)

🐛 Bug Fix

Authors: 1


v8.5.0 (Tue Dec 17 2019)

🐛 Bug Fix

Bumps semver from 6.3.0 to 7.0.0.

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

Authors: 2


v8.5.0 (Tue Dec 17 2019)

🐛 Bug Fix

Bumps semver from 6.3.0 to 7.0.0.

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

Authors: 2


v8.3.0 (Mon Dec 16 2019)

🐛 Bug Fix

  • Bump semver from 6.3.0 to 7.0.0

Bumps semver from 6.3.0 to 7.0.0.

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

Authors: 1


v8.0.0 (Wed Dec 11 2019)

🐛 Bug Fix

Authors: 1