Détail du package

@auto-it/released

intuit280.2kMIT11.3.0

Released plugin for auto. Comments with version + extra

automation, semantic, release, github

readme

Released Plugin

This plugin

  • comments on the merged PR with the new version
  • comments on closed issues with the new version
  • adds a released label to the pull request
  • adds a released label to closed issues

:warning: Make sure that you create the released label on you project

Installation

This plugin is included with the auto CLI so you do not have to install it. To install if you are using the auto API directly:

npm i --save-dev @auto-it/released
# or
yarn add -D @auto-it/released

Usage

To use the plugin include it in your .autorc

{
  "plugins": ["released"]
}

Options

Label

Customize the label this plugin attaches to merged pull requests.

{
  "plugins": [
    [
      "released",
      {
        "label": ":shipit:"
      }
    ]
  ]
}

Prerelease Label

Customize the prerelease label this plugin attaches to pull requests merged to prerelease branches.

{
  "plugins": [
    [
      "released",
      {
        "prereleaseLabel": "🚧"
      }
    ]
  ]
}

Message

To customize the message this plugin uses on issues and pull requests use the following format.

  • %TYPE - Either PR or Issue
  • %VERSION - The version that was just published
{
  "plugins": [
    [
      "released",
      {
        "message": "%TYPE went out with version: %VERSION"
      }
    ]
  ]
}

Lock Issue

Lock issues that have been merged in PRs.

{
  "plugins": [["released", { "lockIssues": true }]]
}

Include Bot Prs

Whether to comment on PRs made by bots.

{
  "plugins": [["released", { "includeBotPrs": true }]]
}

changelog

v11.3.0 (Fri Oct 25 2024)

🚀 Enhancement

Authors: 1


v11.2.1 (Wed Aug 28 2024)

🐛 Bug Fix

  • @auto-it/version-file

Authors: 1


v11.2.0 (Wed Jul 17 2024)

:tada: This release contains work from a new contributor! :tada:

Thank you, Martin Elias (@LittleGreenYoda42), for all your work!

🚀 Enhancement

  • @auto-it/version-file
    • [Version File] Remove assumption that canary and next should be snapshots #2467 (@sugarmanz)

🐛 Bug Fix

Authors: 2


v11.1.6 (Thu Apr 04 2024)

⚠️ Pushed to main

  • @auto-it/slack
    • improve long slack message chunking by chunking at newlines (@hipstersmoothie)

Authors: 1


v11.1.5 (Thu Apr 04 2024)

🐛 Bug Fix

Authors: 1


v11.1.4 (Thu Apr 04 2024)

🐛 Bug Fix

Authors: 1


v11.1.3 (Wed Apr 03 2024)

🐛 Bug Fix

Authors: 1


v11.1.2 (Wed Mar 20 2024)

🐛 Bug Fix

Authors: 1


v11.1.1 (Sat Feb 24 2024)

🐛 Bug Fix

  • @auto-it/core
    • fix: next version calculation for tags that contain a name/prefix #2436 (@restfulhead)

📝 Documentation

Authors: 2


v11.1.0 (Fri Feb 23 2024)

🚀 Enhancement

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

Authors: 1


v11.0.7 (Thu Feb 22 2024)

🐛 Bug Fix

  • @auto-it/npm
    • fix(npm): mark releases as latest with lerna #2414 (@jazmon)

Authors: 1


v11.0.6 (Thu Feb 22 2024)

🐛 Bug Fix

  • @auto-it/npm
    • NPM: Fix lerna version erroring with unknown registry arg #2421 (@jackw)

Authors: 1


v11.0.5 (Thu Feb 22 2024)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Niccolò Olivieri Achille (@NiccoloOlivieriAchille)

:heart: Niccolò Olivieri Achille (@Zweer)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 3


v11.0.4 (Sun Sep 10 2023)

🐛 Bug Fix

  • @auto-it/pr-body-labels

Authors: 1


v11.0.2 (Sun Sep 10 2023)

🐛 Bug Fix

Authors: 2


v11.0.2 (Wed Sep 06 2023)

🐛 Bug Fix

  • @auto-it/core
  • @auto-it/protected-branch
    • fix: open release PR on current branch instead of base #2389 (@jBouyoud)

Authors: 1


v11.0.1 (Thu Aug 10 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Paul Aldrich (@aldrichdev)

:heart: Satish Pokala (@Satishpokala124)

🐛 Bug Fix

  • @auto-it/cocoapods
    • [CocoaPods] switch Promise.all for reduce to avoid git lock #2327 (@hborawski)

📝 Documentation

Authors: 3


v11.0.0 (Fri Jul 28 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Ashik Vetrivelu (@ashik94vc)

:heart: Chris (@ccremer)

Release Notes

upgrade lerna (#2378)

This releases upgrades the lerna package in the npm plugin to latest. This is a big upgrade and constitutes a breaking change.


💥 Breaking Change

📝 Documentation

  • Update GitHub actions usage example #2366 (@ccremer)
  • @auto-it/gradle
    • feat: update broken markdown for gradle-release plugin link #2374 (@ashik94vc)

Authors: 3


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

  • auto, @auto-it/core

Authors: 1


v10.45.2 (Wed Apr 26 2023)

:tada: This release contains work from a new contributor! :tada:

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

🐛 Bug Fix

Authors: 1


v10.45.1 (Wed Apr 26 2023)

🐛 Bug Fix

  • @auto-it/core
    • fixes "some peer dependencies are incorrectly met" when installing via yarn #2348 (@snebjorn)

Authors: 1


v10.45.0 (Wed Apr 19 2023)

🚀 Enhancement

Authors: 1


v10.44.0 (Mon Apr 03 2023)

:tada: This release contains work from a new contributor! :tada:

Thank you, David Sheldrick (@ds300), for all your work!

🚀 Enhancement

  • @auto-it/core, @auto-it/npm
    • add useVersion support to npm changelog #2347 (@ds300)

Authors: 1


v10.43.0 (Wed Mar 01 2023)

:tada: This release contains work from a new contributor! :tada:

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

🚀 Enhancement

  • @auto-it/core
    • feat: add in beforeVersion lifecycle hook #2334 (adil_malik@intuit.com)

Authors: 1


v10.42.2 (Wed Feb 22 2023)

🐛 Bug Fix

Authors: 1


v10.42.1 (Tue Feb 21 2023)

:tada: This release contains work from a new contributor! :tada:

Thank you, Andrey Bozhko (@AndreyBozhko), for all your work!

🐛 Bug Fix

🏠 Internal

Authors: 2


v10.42.0 (Fri Feb 10 2023)

🚀 Enhancement

Authors: 1


v10.41.0 (Thu Feb 09 2023)

🚀 Enhancement

  • @auto-it/protected-branch

Authors: 1


v10.40.0 (Wed Feb 08 2023)

:tada: This release contains work from a new contributor! :tada:

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

🚀 Enhancement

  • auto, @auto-it/core

Authors: 1


v10.39.1 (Wed Feb 08 2023)

🐛 Bug Fix

Authors: 1


v10.39.0 (Wed Feb 08 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Dave Pringle (@UncleDave)

:heart: Jason T Brown (@vpipkt)

🚀 Enhancement

  • @auto-it/npm
  • @auto-it/core

⚠️ Pushed to main

  • @auto-it/all-contributors

🏠 Internal

Authors: 3


v10.38.5 (Sun Feb 05 2023)

🐛 Bug Fix

⚠️ Pushed to main

Authors: 1


v10.38.1 (Sat Feb 04 2023)

🐛 Bug Fix

  • @auto-it/core
    • this was throwing an error when it didn't have to causing an odd error in the magic zero plugin #2298 (@hipstersmoothie)

⚠️ Pushed to main

🏠 Internal

Authors: 1


v10.38.0 (Sat Feb 04 2023)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Jack Westbrook (@jackw)

:heart: Damien Cornu (@damiencornu)

:heart: Dominik Moritz (@domoritz)

🚀 Enhancement

🐛 Bug Fix

  • @auto-it/core
  • @auto-it/docker

📝 Documentation

Authors: 6


v10.37.6 (Tue Sep 13 2022)

:tada: This release contains work from a new contributor! :tada:

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

🐛 Bug Fix

Authors: 2


v10.37.5 (Tue Sep 13 2022)

:tada: This release contains work from a new contributor! :tada:

Thank you, Dominik Moritz (@domoritz), for all your work!

🐛 Bug Fix

Authors: 1


v10.37.4 (Mon Jul 25 2022)

🐛 Bug Fix

Authors: 1


v10.37.3 (Sun Jul 24 2022)

🐛 Bug Fix

  • @auto-it/docker

Authors: 1


v10.37.2 (Fri Jul 15 2022)

🐛 Bug Fix

  • @auto-it/version-file
    • Get correct next version when using onlyGraduateWithReleaseLabel #2229 (@adierkens)

📝 Documentation

  • @auto-it/maven

Authors: 2


v10.37.1 (Thu May 26 2022)

🐛 Bug Fix

  • @auto-it/npm
    • 2141: add missed --no-verify-access for lerna publish #2205 (@karpoff)

Authors: 1


v10.37.0 (Fri May 20 2022)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Ketan Reddy (@KetanReddy)

:heart: Josh Biddick (@sonic-knuckles)

🚀 Enhancement

  • auto, @auto-it/version-file
    • Version File Plugin #2107 (ketan_reddy@intuit.com)

🐛 Bug Fix

Authors: 2


v10.36.6 (Fri May 20 2022)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Agustin Polo (@poloagustin)

:heart: Ikko Ashimine (@eltociear)

🐛 Bug Fix

📝 Documentation

Authors: 3


v10.36.5 (Sun Mar 20 2022)

🐛 Bug Fix

Authors: 1


v10.36.4 (Sun Mar 20 2022)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v10.36.3 (Sun Mar 20 2022)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v10.36.2 (Sun Mar 20 2022)

🐛 Bug Fix

Authors: 1


v10.36.1 (Sun Mar 20 2022)

🐛 Bug Fix

  • @auto-it/core
  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/cocoapods, @auto-it/conventional-commits, @auto-it/exec, @auto-it/first-time-contributor, @auto-it/gem, @auto-it/gh-pages, @auto-it/npm, @auto-it/released, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets

Authors: 1


v10.36.0 (Sun Mar 20 2022)

🚀 Enhancement

Authors: 1


v10.35.1 (Sun Mar 20 2022)

:tada: This release contains work from a new contributor! :tada:

Thank you, Valentin Hervieu (@ValentinH), for all your work!

🐛 Bug Fix

  • @auto-it/npm
    • fix(npm): remove quote in commit message for standalone packages #2165 (@jBouyoud)

📝 Documentation

Authors: 2


v10.35.0 (Sun Mar 20 2022)

🚀 Enhancement

  • @auto-it/released

Authors: 1


v10.34.2 (Thu Mar 17 2022)

🐛 Bug Fix

  • @auto-it/cocoapods
    • CocoaPods swap promise.all for reduce to avoid git locking problem #2169 (@hborawski)

Authors: 1


v10.34.1 (Sat Mar 05 2022)

🐛 Bug Fix

Authors: 1


v10.34.0 (Sat Mar 05 2022)

🚀 Enhancement

Authors: 1


v10.33.1 (Fri Mar 04 2022)

:tada: This release contains work from a new contributor! :tada:

Thank you, Corentin Ardeois (@ardeois), for all your work!

🐛 Bug Fix

  • @auto-it/core, @auto-it/microsoft-teams, @auto-it/slack

Authors: 1


v10.33.0 (Fri Mar 04 2022)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Ken Clarke (@kclarkey)

:heart: Dalton Scharff (@daltonscharff)

🚀 Enhancement

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

🐛 Bug Fix

  • @auto-it/core
    • fix(@octokit/request-error) Fixes depreciation error when accessing error.headers #2064 (dalton.scharff@segment.com)

Authors: 3


v10.32.6 (Thu Jan 20 2022)

🐛 Bug Fix

  • @auto-it/sbt
    • sbt: Avoid clobbering unrelated version settings #2067 (@torkjel)

Authors: 1


v10.32.5 (Fri Dec 10 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, yogesh khandelwal (@ykhandelwal913), for all your work!

🐛 Bug Fix

Authors: 2


v10.32.4 (Fri Dec 10 2021)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: null@yogeshkhandelwal

:heart: yogesh khandelwal (@ykhandelwal913)

:heart: Andreas Weichselbaum (@AndreasWeichselbaum)

Release Notes

fixing gradle issue (#2116)

This release fixes the Gradle plugin (#2608) for Gradle 6.8+.


🐛 Bug Fix

📝 Documentation

Authors: 3


v10.32.3 (Mon Nov 22 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, Mathieu Bergeron (@mathieubergeron), for all your work!

🐛 Bug Fix

  • @auto-it/microsoft-teams

📝 Documentation

Authors: 2


v10.32.2 (Tue Oct 26 2021)

🐛 Bug Fix

  • @auto-it/core, @auto-it/npm
    • fix: get latest maintenance major tag from github releases #2076 (lucas_shadler@intuit.com @sumwatshade)

Authors: 2

  • lshadler (lucas_shadler@intuit.com)
  • Lucas Shadler (@sumwatshade)

v10.32.1 (Thu Sep 30 2021)

🐛 Bug Fix

  • @auto-it/core, @auto-it/conventional-commits
    • use strict check so SEMVER.noVersion can add skip-release #2086 (@hborawski)

Authors: 1


v10.32.0 (Wed Sep 15 2021)

🚀 Enhancement

  • auto, @auto-it/core, @auto-it/npm

Authors: 1


v10.31.0 (Thu Aug 12 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, Cameron Yick (@hydrosquall), for all your work!

🚀 Enhancement

  • @auto-it/npm
    • feat(plugins/npm): permit lerna publish to use automation tokens #2032 (@hydrosquall)

🐛 Bug Fix

Authors: 2


v10.30.0 (Thu Jul 22 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, Cameron Yick (@hydrosquall), for all your work!

🚀 Enhancement

  • @auto-it/npm
    • feat(plugins/npm): exclude prelease versions when calculating monorepo project version #2035 (@hydrosquall)

Authors: 1


v10.29.3 (Tue Jun 08 2021)

🐛 Bug Fix

📝 Documentation

Authors: 3


v10.29.2 (Tue May 25 2021)

🐛 Bug Fix

Authors: 1


v10.29.1 (Tue May 25 2021)

🐛 Bug Fix

  • @auto-it/npm
    • fix(npm): Prevents canary releases with double dashed version numbers #1997 (@10hendersonm)

Authors: 1


v10.29.0 (Fri May 21 2021)

🚀 Enhancement

Authors: 2


v10.28.0 (Wed May 19 2021)

🚀 Enhancement

Authors: 1


v10.27.1 (Tue May 11 2021)

🐛 Bug Fix

  • @auto-it/slack

Authors: 1


v10.27.0 (Fri May 07 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, Spencer Hamm (@spentacular), for all your work!

🚀 Enhancement

🐛 Bug Fix

  • @auto-it/git-tag
    • rearrange to allow dryrun to leverage prefixed tag #1976 (spencer_hamm@intuit.com)

Authors: 2


v10.26.1 (Mon May 03 2021)

🐛 Bug Fix

  • @auto-it/core

Authors: 1


v10.26.0 (Wed Apr 28 2021)

🚀 Enhancement

Authors: 1


v10.25.2 (Tue Apr 27 2021)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Alexey Alekhin (@laughedelic)

:heart: John T. Wodder II (@jwodder)

🐛 Bug Fix

📝 Documentation

  • Update docs for "afterAddToChangelog" → "afterChangelog" rename #1951 (@jwodder)

Authors: 2


v10.25.1 (Thu Apr 15 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, Piotr Monwid-Olechnowicz (@hasparus), for all your work!

🐛 Bug Fix

  • auto
    • fix(types): point to dist/index.d.ts instead of non-existing file #1944 (@hasparus)

📝 Documentation

  • docs: import INpmConfig from npm package, not from core #1942 (@hasparus)

Authors: 1


v10.25.0 (Tue Apr 13 2021)

🚀 Enhancement

Authors: 1


v10.24.3 (Thu Apr 08 2021)

🐛 Bug Fix

  • @auto-it/npm

Authors: 1


v10.24.2 (Thu Apr 08 2021)

🐛 Bug Fix

📝 Documentation

Authors: 1


v10.24.1 (Mon Mar 29 2021)

🐛 Bug Fix

Authors: 1


v10.24.0 (Mon Mar 29 2021)

Release Notes

Release Command: Tag creation fallback. (#1929)

When creating a release for a tag that isn't on the remote, fallback to creating a tag pointing at the --to option.

Why

closes #1917

Todo:

  • [x] Add tests
  • [x] Add docs

Change Type

Indicate the type of change your pull request is:

  • [ ] documentation
  • [ ] patch
  • [x] minor
  • [ ] major

🚀 Enhancement

Authors: 1


v10.23.0 (Fri Mar 26 2021)

🚀 Enhancement

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

Authors: 1


v10.22.1 (Tue Mar 23 2021)

🐛 Bug Fix

📝 Documentation

🔩 Dependency Updates

Authors: 2


v10.22.0 (Mon Mar 22 2021)

🚀 Enhancement

Authors: 1


v10.21.3 (Mon Mar 22 2021)

⚠️ Pushed to main

📝 Documentation

Authors: 1


v10.21.1 (Mon Mar 22 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, null@sentony93, for all your work!

🐛 Bug Fix

  • @auto-it/gradle

📝 Documentation

🔩 Dependency Updates

Authors: 4


v10.21.0 (Fri Mar 19 2021)

🚀 Enhancement

Authors: 1


v10.20.6 (Thu Mar 18 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, null@sentony93, for all your work!

🐛 Bug Fix

  • @auto-it/gradle

Authors: 2


v10.20.5 (Thu Mar 18 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, null@myndelx, for all your work!

🐛 Bug Fix

Authors: 1


v10.20.4 (Mon Mar 15 2021)

🐛 Bug Fix

Authors: 1


v10.20.3 (Mon Mar 15 2021)

🐛 Bug Fix

Authors: 1


v10.20.2 (Mon Mar 15 2021)

🐛 Bug Fix

Authors: 1


v10.20.1 (Sun Mar 14 2021)

🐛 Bug Fix

Authors: 1


v10.20.0 (Sat Mar 13 2021)

Release Notes

Write auto configuration in TypeScript (#1875)

You can now author you auto configuration in TypeScript 🎉

This makes it a bit easier to validate your configuration as you write it. All of the options come with jsDoc so you can get documentation super easy.

You can even pull in the options types for plugins!

import { AutoRc } from "auto";

import { INpmConfig } from "@auto-it/core";
import { IAllContributorsPluginOptions } from "@auto-it/all-contributors";

const npmOptions: INpmConfig = {
  exact: true,
  canaryScope: "@auto-canary",
};

const allContributorsOptions: IAllContributorsPluginOptions = {
  types: {
    plugin: "**/plugin/**/*",
    code: ["**/src/**/*", "**/package.json", "**/tsconfig.json"],
  },
};

/** Auto configuration */
export default function rc(): AutoRc {
  return {
    plugins: [
      "released",
      ["npm", npmOptions],
      ["all-contributors", allContributorsOptions],
    ],
    labels: [
      {
        name: "blog-post",
        changelogTitle: "📚 Blog Post",
        releaseType: "none",
      },
    ],
  };
}

Why

The more validation of configuration the better!

Todo:

  • [x] Add docs

Change Type

Indicate the type of change your pull request is:

  • [ ] documentation
  • [ ] patch
  • [x] minor
  • [ ] major

🚀 Enhancement

Authors: 1


v10.19.0 (Sat Mar 13 2021)

🚀 Enhancement

Authors: 1


v10.18.9 (Fri Mar 12 2021)

🐛 Bug Fix

Authors: 1


v10.18.8 (Fri Mar 12 2021)

🐛 Bug Fix

  • @auto-it/core

Authors: 1


v10.18.7 (Thu Mar 11 2021)

🐛 Bug Fix

  • @auto-it/core, @auto-it/npm

Authors: 1


v10.18.6 (Thu Mar 11 2021)

🐛 Bug Fix

  • @auto-it/npm
    • wrap canary identifier in quotes so terminal understands it's an argument to the --preid flag #1864 (@hipstersmoothie)

Authors: 1


v10.18.5 (Thu Mar 11 2021)

🐛 Bug Fix

Authors: 1


v10.18.4 (Tue Mar 09 2021)

🐛 Bug Fix

Authors: 1


v10.18.3 (Wed Mar 03 2021)

🐛 Bug Fix

  • @auto-it/core
    • Add leading hyphen to canary identifier so that canaries always sort before any other release type #1851 (@hipstersmoothie)

Authors: 1


v10.18.2 (Wed Mar 03 2021)

🐛 Bug Fix

📝 Documentation

Authors: 1


v10.18.1 (Tue Mar 02 2021)

🐛 Bug Fix

Authors: 1


v10.18.0 (Tue Mar 02 2021)

🚀 Enhancement

  • @auto-it/slack
    • Expose username, iconUrl, and iconEmoji validation bug + collapse markdown lists into 1 section #1846 (@hipstersmoothie)

Authors: 1


v10.17.1 (Tue Mar 02 2021)

🐛 Bug Fix

Authors: 1


v10.17.0 (Tue Mar 02 2021)

🚀 Enhancement

  • @auto-it/core, @auto-it/microsoft-teams, @auto-it/slack

Authors: 1


v10.16.8 (Wed Feb 24 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, Dorian Marié (@dorianmariefr), for all your work!

🐛 Bug Fix

🏠 Internal

📝 Documentation

🔩 Dependency Updates

Authors: 4


v10.16.7 (Sat Feb 20 2021)

🐛 Bug Fix

📝 Documentation

Authors: 2


v10.16.6 (Thu Feb 18 2021)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Lucas Shadler (@lshadler)

:heart: Evan Lovely (@EvanLovely)

🐛 Bug Fix

  • @auto-it/core
    • fix: prefer prerelease tags when determining latest #1812 (lucas_shadler@intuit.com)

📝 Documentation

🔩 Dependency Updates

Authors: 5


v10.16.5 (Thu Feb 11 2021)

🐛 Bug Fix

Authors: 1


v10.16.4 (Thu Feb 11 2021)

🐛 Bug Fix

  • @auto-it/upload-assets

Authors: 1


v10.16.3 (Thu Feb 11 2021)

Release Notes

Don't create "Canary Release Assets" during non-canary builds + Change that releases tag to valid semver (#1802)

This release changes the tag used for the "Canary Releases Assets" created by the upload-assets plugin to be 0.0.0-canary. This new tag is a valid semantic version and can be used with other auto commands.

If you already have a canary release assets releases this change will create another under a different tag. This mean you'll have an old "Canary Releases Assets" release that never updates, feel free to delete the tag/release or just ignore it if you want the urls to the old assets to still exist.


🐛 Bug Fix

  • @auto-it/upload-assets
    • Don't create "Canary Release Assets" during non-canary builds + Change that releases tag to valid semver #1802 (@hipstersmoothie)

📝 Documentation

Authors: 1


v10.16.2 (Thu Feb 11 2021)

🐛 Bug Fix

📝 Documentation

Authors: 1


v10.16.1 (Thu Feb 11 2021)

🐛 Bug Fix

  • @auto-it/core
  • @auto-it/conventional-commits

Authors: 1


v10.16.0 (Thu Feb 04 2021)

🚀 Enhancement

Authors: 1


v10.15.0 (Wed Feb 03 2021)

🚀 Enhancement

Authors: 1


v10.14.2 (Wed Feb 03 2021)

🐛 Bug Fix

Authors: 1


v10.14.1 (Wed Feb 03 2021)

🐛 Bug Fix

Authors: 1


v10.14.0 (Wed Feb 03 2021)

🚀 Enhancement

📝 Documentation

🔩 Dependency Updates

Authors: 3


v10.13.4 (Mon Feb 01 2021)

🐛 Bug Fix

Authors: 1


v10.13.3 (Thu Jan 28 2021)

🐛 Bug Fix

📝 Documentation

Authors: 1


v10.13.2 (Mon Jan 25 2021)

🐛 Bug Fix

Authors: 1


v10.13.1 (Mon Jan 25 2021)

🐛 Bug Fix

Authors: 1


v10.13.0 (Mon Jan 25 2021)

🚀 Enhancement

  • @auto-it/core, @auto-it/cocoapods, @auto-it/magic-zero, @auto-it/npm

📝 Documentation

🔩 Dependency Updates

Authors: 2


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:

  • [x] Add tests
  • [ ] Add docs

Change Type

Indicate the type of change your pull request is:

  • [ ] documentation
  • [ ] patch
  • [x] minor
  • [ ] major

🚀 Enhancement

  • auto, @auto-it/core, @auto-it/conventional-commits, @auto-it/crates, @auto-it/docker, @auto-it/jira, @auto-it/npm, @auto-it/released, @auto-it/vscode

Authors: 1


v10.11.0 (Tue Jan 19 2021)

:tada: This release contains work from a new contributor! :tada:

Thank you, Seth Thomas (@sethomas), for all your work!

🚀 Enhancement

  • @auto-it/npm
    • Properly setting env var _auth for legacyAuth case for npm publish #1735 (@sethomas)

🔩 Dependency Updates

Authors: 2


v10.10.1 (Tue Jan 19 2021)

🐛 Bug Fix

Authors: 1


v10.10.0 (Sat Jan 16 2021)

🚀 Enhancement

  • auto, @auto-it/git-tag, @auto-it/upload-assets

🐛 Bug Fix

Authors: 1


v10.9.1 (Thu Jan 14 2021)

🐛 Bug Fix

Authors: 1


v10.9.0 (Thu Jan 14 2021)

🚀 Enhancement

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

Authors: 1


v10.8.0 (Thu Jan 14 2021)

🚀 Enhancement

  • @auto-it/cocoapods
    • tap the next hook and tag prerelease versions for cocoapods #1713 (@hborawski)

Authors: 1


v10.7.0 (Thu Jan 14 2021)

🚀 Enhancement

  • @auto-it/core

Authors: 1


v10.6.2 (Wed Jan 13 2021)

🐛 Bug Fix

📝 Documentation

Authors: 1


v10.6.1 (Tue Jan 12 2021)

:tada: This release contains work from a new contributor! :tada:

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

🐛 Bug Fix

  • auto, @auto-it/exec

Authors: 1


v10.6.0 (Mon Jan 11 2021)

:tada: This release contains work from a new contributor! :tada:

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

🚀 Enhancement

  • @auto-it/core, @auto-it/cocoapods

🐛 Bug Fix

Authors: 2


v10.5.1 (Fri Jan 08 2021)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v10.5.0 (Mon Dec 21 2020)

🚀 Enhancement

  • @auto-it/package-json-utils, @auto-it/npm, @auto-it/vscode

📝 Documentation

🔩 Dependency Updates

Authors: 2


v10.4.2 (Mon Nov 23 2020)

🐛 Bug Fix

🏠 Internal

Authors: 1


v10.4.1 (Mon Nov 23 2020)

🐛 Bug Fix

Authors: 1


v10.4.0 (Wed Nov 18 2020)

🚀 Enhancement

  • @auto-it/core, @auto-it/gradle, @auto-it/maven

🔩 Dependency Updates

Authors: 2


v10.3.0 (Fri Nov 06 2020)

🚀 Enhancement

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
  • [x] patch
  • [ ] minor
  • [ ] major

🐛 Bug Fix

  • auto, @auto-it/core

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.2.2 (Wed Nov 04 2020)

🐛 Bug Fix

Authors: 1


v10.2.1 (Tue Nov 03 2020)

🐛 Bug Fix

Authors: 1


v10.2.0 (Mon Nov 02 2020)

🚀 Enhancement

Authors: 1


v10.1.0 (Mon Nov 02 2020)

:tada: This release contains work from a new contributor! :tada:

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

  • @auto-it/core

Authors: 1


v10.0.1 (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.

From #1607

We were implementing the renderChangelogLine in a way that was more complex than needed

Previously the hook took a tuple and had to return a tuple

auto.hooks.onCreateChangelog.tapPromise('Stars', changelog =>
  changelog.hooks.renderChangelogLine.tapPromise(
    'Stars',
    async ([commit, line]) =>
      [commit, `${line.replace('-', ':star:')}\n`]
  );
);

Now it can just return the rendered changelog line

auto.hooks.onCreateChangelog.tapPromise('Stars', changelog =>
  changelog.hooks.renderChangelogLine.tapPromise(
    'Stars',
    async (line, commit) => `${line.replace('-', ':star:')}\n`
  );
);

💥 Breaking Change

  • @auto-it/core, @auto-it/cocoapods, @auto-it/crates, @auto-it/docker, @auto-it/exec, @auto-it/first-time-contributor, @auto-it/gem, @auto-it/git-tag, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-release-notes
  • @auto-it/core, @auto-it/brew, @auto-it/chrome, @auto-it/cocoapods, @auto-it/crates, @auto-it/docker, @auto-it/exec, @auto-it/gem, @auto-it/git-tag, @auto-it/gradle, @auto-it/maven, @auto-it/npm
  • @auto-it/core, @auto-it/jira, @auto-it/npm
  • @auto-it/core, @auto-it/all-contributors

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.61.0 (Tue Oct 27 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Mukul Chaware (@mukul13), for all your work!

🚀 Enhancement

Authors: 2


v9.60.1 (Fri Oct 23 2020)

:tada: This release contains work from a new contributor! :tada:

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

🐛 Bug Fix

📝 Documentation

  • @auto-it/conventional-commits

Authors: 2


v9.60.0 (Wed Oct 21 2020)

🚀 Enhancement

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

🔩 Dependency Updates

Authors: 2


v9.59.1 (Thu Oct 15 2020)

🐛 Bug Fix

Authors: 1


v9.59.0 (Wed Oct 14 2020)

🚀 Enhancement

Authors: 1


v9.58.0 (Tue Oct 13 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Drew Cortright (@dcortright), for all your work!

🚀 Enhancement

Authors: 1


v9.57.0 (Thu Oct 08 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Kendall Gassner (@kendallgassner), for all your work!

🚀 Enhancement

📝 Documentation

Authors: 2


v9.56.0 (Thu Oct 08 2020)

🚀 Enhancement

  • @auto-it/cocoapods

Authors: 1


v9.55.0 (Wed Oct 07 2020)

🚀 Enhancement

🐛 Bug Fix

Authors: 1


v9.54.6 (Wed Oct 07 2020)

🐛 Bug Fix

  • @auto-it/all-contributors

Authors: 1


v9.54.5 (Tue Oct 06 2020)

🐛 Bug Fix

Authors: 1


v9.54.4 (Tue Oct 06 2020)

🐛 Bug Fix

Authors: 1


v9.54.3 (Tue Oct 06 2020)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Sanjay Johny (@san45)

:heart: Check your git settings! (@invalid-email-address)

🐛 Bug Fix

📝 Documentation

Authors: 2


v9.54.2 (Mon Oct 05 2020)

🐛 Bug Fix

Authors: 1


v9.54.1 (Mon Oct 05 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Christy Jacob (@christyjacob4), for all your work!

🐛 Bug Fix

📝 Documentation

Authors: 2


v9.54.0 (Thu Oct 01 2020)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: null@agarwali4411

:heart: Arturo Silva (@artmsilva)

🚀 Enhancement

📝 Documentation

🔩 Dependency Updates

Authors: 5


v9.53.1 (Tue Sep 08 2020)

🐛 Bug Fix

  • @auto-it/gradle

Authors: 1


v9.53.0 (Tue Sep 08 2020)

:tada: This release contains work from a new contributor! :tada:

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

🚀 Enhancement

🐛 Bug Fix

🔩 Dependency Updates

Authors: 3


v9.52.0 (Fri Aug 21 2020)

🚀 Enhancement

Authors: 1


v9.51.0 (Thu Aug 20 2020)

🚀 Enhancement

Authors: 2


v9.50.12 (Thu Aug 20 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, rachana (@rachanamamillapalli), for all your work!

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.50.11 (Fri Aug 14 2020)

🐛 Bug Fix

Authors: 1


v9.50.10 (Fri Aug 14 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.50.9 (Fri Aug 14 2020)

🐛 Bug Fix

Authors: 1


v9.50.8 (Fri Aug 14 2020)

🐛 Bug Fix

  • @auto-it/core, @auto-it/npm

Authors: 1


v9.50.7 (Fri Aug 14 2020)

🐛 Bug Fix

Authors: 1


v9.50.6 (Thu Aug 13 2020)

🐛 Bug Fix

Authors: 1


v9.50.5 (Thu Aug 13 2020)

🐛 Bug Fix

Authors: 1


v9.50.4 (Thu Aug 13 2020)

🐛 Bug Fix

  • @auto-it/core, @auto-it/upload-assets

📝 Documentation

  • @auto-it/chrome, @auto-it/cocoapods, @auto-it/crates, @auto-it/gem, @auto-it/git-tag, @auto-it/gradle, @auto-it/maven, @auto-it/npm

Authors: 1


v9.50.3 (Thu Aug 13 2020)

🐛 Bug Fix

  • @auto-it/cocoapods
    • feat: add option to pass additional flags to pod repo push #1464 (@hborawski)

Authors: 1


v9.50.2 (Tue Aug 11 2020)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.50.1 (Mon Aug 10 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.50.0 (Fri Aug 07 2020)

🚀 Enhancement

  • @auto-it/all-contributors

Authors: 1


v9.49.6 (Fri Aug 07 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.49.5 (Thu Aug 06 2020)

🐛 Bug Fix

  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/exec, @auto-it/first-time-contributor, @auto-it/git-tag, @auto-it/gradle, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/released, @auto-it/s3, @auto-it/upload-assets

📝 Documentation

🔩 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

  • @auto-it/core, @auto-it/maven, @auto-it/npm

🔩 Dependency Updates

Authors: 2


v9.49.3 (Fri Jul 31 2020)

🐛 Bug Fix

  • auto, @auto-it/core, @auto-it/first-time-contributor, @auto-it/released

Authors: 1


v9.49.2 (Fri Jul 31 2020)

🐛 Bug Fix

📝 Documentation

🔩 Dependency Updates

Authors: 2


v9.49.1 (Wed Jul 29 2020)

🐛 Bug Fix

Authors: 1


v9.49.0 (Wed Jul 29 2020)

🚀 Enhancement

Authors: 2


v9.48.3 (Wed Jul 29 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.48.2 (Tue Jul 28 2020)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 3


v9.48.1 (Thu Jul 23 2020)

🐛 Bug Fix

Authors: 1


v9.48.0 (Thu Jul 23 2020)

🚀 Enhancement

Authors: 1


v9.47.2 (Wed Jul 22 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Lucas Curti (@lucascurti), for all your work!

🐛 Bug Fix

🔩 Dependency Updates

Authors: 3


v9.47.1 (Mon Jul 20 2020)

🐛 Bug Fix

Authors: 1


v9.47.0 (Thu Jul 16 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, David Stone (@stabbylambda), for all your work!

🚀 Enhancement

Authors: 1


v9.46.0 (Tue Jul 14 2020)

🚀 Enhancement

📝 Documentation

🔩 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

  • @auto-it/core, @auto-it/conventional-commits, @auto-it/jira, @auto-it/npm, @auto-it/released, @auto-it/slack

Authors: 1


v9.44.0 (Sat Jul 11 2020)

🚀 Enhancement

Authors: 1


v9.43.2 (Sat Jul 11 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.43.1 (Tue Jul 07 2020)

:tada: This release contains work from a new contributor! :tada:

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

🐛 Bug Fix

Authors: 2


v9.43.0 (Tue Jul 07 2020)

🚀 Enhancement

Authors: 1


v9.42.0 (Tue Jul 07 2020)

🚀 Enhancement

Authors: 1


v9.41.1 (Mon Jul 06 2020)

🐛 Bug Fix

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

🔩 Dependency Updates

Authors: 2


v9.41.0 (Mon Jul 06 2020)

🚀 Enhancement

  • @auto-it/core, @auto-it/all-contributors
    • Enable easier "all-contributors" usage on non-javascript project + add extra contributors to changelogs #1350 (@hipstersmoothie)

📝 Documentation

Authors: 1


v9.40.6 (Thu Jul 02 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Spencer Hamm (@spentacular), for all your work!

🐛 Bug Fix

📝 Documentation

🔩 Dependency Updates

Authors: 4


v9.40.5 (Thu Jun 25 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.40.4 (Wed Jun 24 2020)

🐛 Bug Fix

  • @auto-it/core
    • Next - Adds intermediary check for newest release before releasing entire history #1323 (@10hendersonm)

Authors: 1


v9.40.3 (Wed Jun 24 2020)

🐛 Bug Fix

  • @auto-it/bot-list, @auto-it/maven

Authors: 1


v9.40.2 (Wed Jun 24 2020)

🐛 Bug Fix

  • @auto-it/core

🔩 Dependency Updates

Authors: 2


v9.40.1 (Wed Jun 24 2020)

:tada: This release contains work from a new contributor! :tada:

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

🐛 Bug Fix

  • @auto-it/core
    • 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)

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

⚠️ Pushed to master

📝 Documentation

  • fix home page icons first load #1308 (@hipstersmoothie)
  • fix blog #1302 (@hipstersmoothie)
  • add image lightboxes and fix some bugs in ignite #1300 (@hipstersmoothie)
  • Fix images in docs #1299 (@hipstersmoothie)
  • add logos and frontmatters to docs #1297 (@hipstersmoothie)
  • better docs theming #1296 (@hipstersmoothie)
  • add hook overview image #1281 (@hipstersmoothie)
  • @auto-it/cocoapods, @auto-it/exec, @auto-it/gradle, @auto-it/omit-commits
  • auto, @auto-it/all-contributors, @auto-it/brew, @auto-it/chrome, @auto-it/cocoapods, @auto-it/conventional-commits, @auto-it/crates, @auto-it/exec, @auto-it/first-time-contributor, @auto-it/gem, @auto-it/gh-pages, @auto-it/git-tag, @auto-it/gradle, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets

🔩 Dependency Updates

Authors: 3


v9.39.0 (Thu Jun 04 2020)

🚀 Enhancement

  • @auto-it/cocoapods

🐛 Bug Fix

Authors: 2


v9.38.2 (Wed Jun 03 2020)

🐛 Bug Fix

Authors: 1


v9.38.1 (Wed Jun 03 2020)

🐛 Bug Fix

  • @auto-it/core

🏠 Internal

  • @auto-it/core

🔩 Dependency Updates

Authors: 3


v9.38.0 (Sun May 31 2020)

🚀 Enhancement

Authors: 1


v9.37.0 (Fri May 29 2020)

🚀 Enhancement

  • @auto-it/core, @auto-it/git-tag, @auto-it/npm

Authors: 1


v9.36.4 (Thu May 28 2020)

:tada: This release contains work from a new contributor! :tada:

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

🐛 Bug Fix

  • @auto-it/core
    • fix(git): Prevents getLastTagNotInBaseBranch from returning a commit hash #1262 (@10hendersonm)

Authors: 1


v9.36.3 (Thu May 28 2020)

🐛 Bug Fix

  • @auto-it/core

🔩 Dependency Updates

Authors: 2


v9.36.2 (Sat May 23 2020)

🐛 Bug Fix

  • @auto-it/maven

Authors: 1


v9.36.1 (Fri May 22 2020)

🐛 Bug Fix

  • @auto-it/core, @auto-it/all-contributors, @auto-it/npm

Authors: 1


v9.36.0 (Fri May 22 2020)

🚀 Enhancement

🏠 Internal

Authors: 1


v9.35.3 (Fri May 22 2020)

🐛 Bug Fix

  • @auto-it/bot-list, @auto-it/core, @auto-it/all-contributors, @auto-it/brew, @auto-it/first-time-contributor, @auto-it/gem, @auto-it/git-tag, @auto-it/npm, @auto-it/released, @auto-it/slack, @auto-it/upload-assets

Authors: 1


v9.35.2 (Fri May 22 2020)

:tada: This release contains work from a new contributor! :tada:

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

🐛 Bug Fix

📝 Documentation

Authors: 2


v9.35.1 (Thu May 21 2020)

🐛 Bug Fix

  • @auto-it/released, @auto-it/slack

Authors: 1


v9.35.0 (Thu May 21 2020)

:tada: This release contains work from a new contributor! :tada:

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

🚀 Enhancement

  • @auto-it/maven
    • Maven plugin support for configurable SNAPSHOT branch #1241 (@rbellamy)

Authors: 1


v9.34.1 (Tue May 19 2020)

🐛 Bug Fix

  • @auto-it/npm

Authors: 1


v9.34.0 (Tue May 19 2020)

🚀 Enhancement

🔩 Dependency Updates

🏠 Internal

Authors: 2


v9.33.2 (Mon May 18 2020)

🐛 Bug Fix

Authors: 1


v9.33.1 (Mon May 18 2020)

🐛 Bug Fix

Authors: 1


v9.33.0 (Mon May 18 2020)

🚀 Enhancement

🔩 Dependency Updates

🏠 Internal

📝 Documentation

Authors: 3


v9.32.3 (Fri May 15 2020)

🐛 Bug Fix

Authors: 1


v9.32.2 (Fri May 15 2020)

🐛 Bug Fix

Authors: 1


v9.32.1 (Fri May 15 2020)

:tada: This release contains work from a new contributor! :tada:

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

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.32.0 (Mon May 11 2020)

🚀 Enhancement

Authors: 1


v9.31.2 (Mon May 11 2020)

🐛 Bug Fix

🔩 Dependency Updates

📝 Documentation

Authors: 2


v9.31.1 (Mon May 04 2020)

🐛 Bug Fix

Authors: 1


v9.31.0 (Mon May 04 2020)

🚀 Enhancement

Authors: 1


v9.30.5 (Sat May 02 2020)

🐛 Bug Fix

Authors: 1


v9.30.4 (Sat May 02 2020)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.30.3 (Mon Apr 27 2020)

🐛 Bug Fix

  • @auto-it/gradle

Authors: 1


v9.30.2 (Sat Apr 25 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.30.1 (Wed Apr 22 2020)

⚠️ Pushed to master

Authors: 1


v9.30.0 (Wed Apr 22 2020)

🚀 Enhancement

  • @auto-it/chrome

🔩 Dependency Updates

Authors: 2


v9.29.0 (Tue Apr 21 2020)

🚀 Enhancement

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.28.1 (Mon Apr 20 2020)

🐛 Bug Fix

Authors: 1


v9.28.0 (Fri Apr 17 2020)

🚀 Enhancement

Authors: 1


v9.27.3 (Thu Apr 16 2020)

🐛 Bug Fix

Authors: 1


v9.27.2 (Wed Apr 15 2020)

🐛 Bug Fix

Authors: 1


v9.27.1 (Tue Apr 14 2020)

🐛 Bug Fix

  • @auto-it/first-time-contributor

Authors: 1


v9.27.0 (Tue Apr 14 2020)

🚀 Enhancement

  • @auto-it/all-contributors

🔩 Dependency Updates

Authors: 2


v9.26.8 (Wed Apr 08 2020)

🐛 Bug Fix

Authors: 1


v9.26.7 (Tue Apr 07 2020)

🐛 Bug Fix

Authors: 1


v9.26.6 (Tue Apr 07 2020)

🐛 Bug Fix

Authors: 1


v9.26.5 (Tue Apr 07 2020)

🐛 Bug Fix

Authors: 1


v9.26.4 (Mon Apr 06 2020)

🐛 Bug Fix

Authors: 1


v9.26.3 (Mon Apr 06 2020)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.26.2 (Mon Apr 06 2020)

🐛 Bug Fix

  • @auto-it/core
    • ensure commits pushed directly to next branch are labelled correctly in next-PR changelog #1123 (@hipstersmoothie)

Authors: 1


v9.26.1 (Sun Apr 05 2020)

🐛 Bug Fix

  • @auto-it/core

📝 Documentation

Authors: 2


v9.26.0 (Sun Apr 05 2020)

🚀 Enhancement

  • auto, @auto-it/core

Authors: 1


v9.25.4 (Sat Apr 04 2020)

🐛 Bug Fix

Authors: 1


v9.25.3 (Sat Apr 04 2020)

🐛 Bug Fix

🏠 Internal

  • @auto-it/core, @auto-it/cocoapods, @auto-it/first-time-contributor, @auto-it/gradle, @auto-it/jira, @auto-it/released, @auto-it/slack

Authors: 1


v9.25.2 (Fri Apr 03 2020)

🐛 Bug Fix

Authors: 1


v9.25.1 (Fri Apr 03 2020)

🐛 Bug Fix

Authors: 1


v9.25.0 (Thu Apr 02 2020)

🚀 Enhancement

Authors: 1


v9.24.0 (Thu Apr 02 2020)

🚀 Enhancement

Authors: 1


v9.23.1 (Thu Apr 02 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.23.0 (Wed Apr 01 2020)

🚀 Enhancement

🐛 Bug Fix

Authors: 1


v9.22.4 (Wed Apr 01 2020)

🐛 Bug Fix

Authors: 1


v9.22.3 (Wed Apr 01 2020)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v9.22.2 (Mon Mar 30 2020)

:tada: This release contains work from a new contributor! :tada:

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

🐛 Bug Fix

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

Authors: 1


v9.22.1 (Fri Mar 27 2020)

🐛 Bug Fix

Authors: 1


v9.22.0 (Fri Mar 27 2020)

🚀 Enhancement

Authors: 1


v9.21.2 (Fri Mar 27 2020)

🐛 Bug Fix

  • @auto-it/core

Authors: 1


v9.21.1 (Fri Mar 27 2020)

🐛 Bug Fix

  • @auto-it/bot-list, auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/cocoapods, @auto-it/conventional-commits, @auto-it/crates, @auto-it/exec, @auto-it/first-time-contributor, @auto-it/gh-pages, @auto-it/git-tag, @auto-it/gradle, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets

🔩 Dependency Updates

Authors: 2


v9.21.0 (Fri Mar 20 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Shelby Cohen (@ShelbyCohen), for all your work!

🚀 Enhancement

Authors: 2


v9.20.1 (Thu Mar 19 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.20.0 (Wed Mar 18 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Harris Borawski (@hborawski), for all your work!

🚀 Enhancement

🔩 Dependency Updates

📝 Documentation

Authors: 3


v9.19.5 (Wed Mar 11 2020)

🐛 Bug Fix

Authors: 1


v9.19.4 (Tue Mar 10 2020)

🐛 Bug Fix

🔩 Dependency Updates

📝 Documentation

Authors: 3


v9.19.3 (Mon Mar 09 2020)

🐛 Bug Fix

Authors: 1


v9.19.2 (Sun Mar 08 2020)

🐛 Bug Fix

📝 Documentation

Authors: 2


v9.19.1 (Sat Mar 07 2020)

🐛 Bug Fix

  • auto, @auto-it/core

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! :tada:

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

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

  • auto, @auto-it/core, @auto-it/conventional-commits, @auto-it/gradle
    • 🐘 Gradle Plugin: Add support for snapshot versioning, publishing, and less configuration #996 (@sugarmanz Jeremiah_Zucker@Intuit.com @hipstersmoothie)

Authors: 3


v9.18.0 (Sat Mar 07 2020)

Release Notes

From #1033

Install @auto-it/exec to easily run bash scripts during the auto release pipeline! Right now it doesn't handle every hook in auto but it exposes enough to quickly write plugins.

{
  "plugins": [
    [
      "exec",
      {
        "afterShipIt": "echo 'Do something cool'"
      }
    ]
    // other plugins
  ]
}

Here is an example of a super light weight version of the npm and gh-pages plugins (Note: This misses out on a lot of features that are in the official plugins)

{
  "plugins": [
    [
      "exec",
      {
        "version": "npm version $ARG_0",
        "publish": "npm publish && git push --tags",
        "afterRelease": "yarn docs && push-dir --dir=docs --branch=gh-pages"
      }
    ]
    // other plugins
  ]
}

🚀 Enhancement

Authors: 1


v9.17.1 (Fri Mar 06 2020)

🐛 Bug Fix

  • auto, @auto-it/core, @auto-it/first-time-contributor

Authors: 1


v9.17.0 (Fri Mar 06 2020)

🚀 Enhancement

Authors: 1


v9.16.7 (Fri Mar 06 2020)

🐛 Bug Fix

  • @auto-it/core

Authors: 1


v9.16.6 (Thu Mar 05 2020)

⚠️ Pushed to master

Authors: 1


v9.16.5 (Thu Mar 05 2020)

⚠️ Pushed to master

Authors: 1


v9.16.4 (Thu Mar 05 2020)

🐛 Bug Fix

Authors: 1


v9.16.3 (Thu Mar 05 2020)

🐛 Bug Fix

  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/crates, @auto-it/first-time-contributor, @auto-it/git-tag, @auto-it/gradle, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets

Authors: 1


v9.16.2 (Thu Mar 05 2020)

🐛 Bug Fix

  • @auto-it/bot-list, @auto-it/core, @auto-it/all-contributors

Authors: 1


v9.16.1 (Thu Mar 05 2020)

🐛 Bug Fix

Authors: 1


v9.16.0 (Thu Mar 05 2020)

🚀 Enhancement

  • auto, @auto-it/core, @auto-it/git-tag

🏠 Internal

Authors: 1


v9.15.11 (Thu Mar 05 2020)

🐛 Bug Fix

Authors: 1


v9.15.10 (Thu Mar 05 2020)

🐛 Bug Fix

Authors: 1


v9.15.9 (Thu Mar 05 2020)

🐛 Bug Fix

Authors: 1


v9.15.8 (Tue Mar 03 2020)

🐛 Bug Fix

Authors: 1


v9.15.7 (Tue Mar 03 2020)

🐛 Bug Fix

  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/crates, @auto-it/first-time-contributor, @auto-it/git-tag, @auto-it/gradle, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets

Authors: 1


v9.15.6 (Tue Mar 03 2020)

🐛 Bug Fix

Authors: 1


v9.15.5 (Tue Mar 03 2020)

🐛 Bug Fix

Authors: 1


v9.15.4 (Mon Mar 02 2020)

🐛 Bug Fix

Authors: 2


v9.15.3 (Mon Mar 02 2020)

🐛 Bug Fix

  • @auto-it/core, @auto-it/npm

🔩 Dependency Updates

Authors: 2


v9.15.2 (Sun Mar 01 2020)

🐛 Bug Fix

  • @auto-it/conventional-commits

Authors: 1


v9.15.1 (Sun Mar 01 2020)

🐛 Bug Fix

Authors: 1


v9.15.0 (Sun Mar 01 2020)

Release Notes

From #998

Configs are now fully validated including plugins 🎉

Screen Shot 2020-02-29 at 10 19 01 PM

🚀 Command Configuration 🚀

With the inclusion of configuration validation we decided to restrict valid root level keys to only options that are shared between commands. All of these options are called out in the .autorc docs.

But for some commands it still makes sense to configure flag permanently in the .autorc. For those commands you can now supply defaults for flags using the following format.

Example: Adding the following to you .autorc will make auto only release pre-releases to GitHub.

{
  "release": {
    "prerelease": true
  }
}

Please refer to each command's documentation to see which options are configurable.

New Hook

For plugins configuration validation a new hook validateConfiguration was added for plugins to tap into and report configuration errors. Read more


🚀 Enhancement

  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/crates, @auto-it/git-tag, @auto-it/gradle, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets

📝 Documentation

Authors: 1


v9.14.0 (Tue Feb 25 2020)

🚀 Enhancement

Authors: 1


v9.13.1 (Mon Feb 24 2020)

🐛 Bug Fix

📝 Documentation

🔩 Dependency Updates

Authors: 2


v9.13.0 (Sat Feb 22 2020)

🚀 Enhancement

  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/npm

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.12.1 (Sat Feb 22 2020)

🐛 Bug Fix

  • auto, @auto-it/npm
  • @auto-it/all-contributors

Authors: 1


v9.12.0 (Fri Feb 21 2020)

🚀 Enhancement

  • @auto-it/core, @auto-it/chrome, @auto-it/crates, @auto-it/git-tag, @auto-it/gradle, @auto-it/maven, @auto-it/npm

Authors: 1


v9.11.0 (Fri Feb 21 2020)

🚀 Enhancement

  • auto, @auto-it/core

Authors: 1


v9.10.8 (Fri Feb 21 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Jeremiah Zucker (@sugarmanz), for all your work!

🐛 Bug Fix

📝 Documentation

  • @auto-it/gradle

Authors: 3


v9.10.7 (Tue Feb 18 2020)

🐛 Bug Fix

  • @auto-it/core, @auto-it/first-time-contributor

Authors: 1


v9.10.6 (Mon Feb 17 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, null@dependabot-preview[bot], for all your work!

🐛 Bug Fix

📝 Documentation

🔩 Dependency Updates

Authors: 2


v9.10.5 (Thu Feb 13 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, null@dependabot-preview[bot], for all your work!

🐛 Bug Fix

🔩 Dependency Updates

Authors: 4


v9.10.4 (Thu Feb 06 2020)

🐛 Bug Fix

Authors: 1


v9.10.3 (Thu Feb 06 2020)

🐛 Bug Fix

Authors: 1


v9.10.2 (Thu Feb 06 2020)

🐛 Bug Fix

Authors: 1


v9.10.1 (Thu Feb 06 2020)

🐛 Bug Fix

Authors: 1


v9.10.0 (Thu Feb 06 2020)

🚀 Enhancement

Authors: 1


v9.9.1 (Tue Feb 04 2020)

🐛 Bug Fix

  • @auto-it/npm

📝 Documentation

Authors: 1


v9.9.0 (Fri Jan 31 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Brandon Miller (@unknownerror404), for all your work!

🚀 Enhancement

Authors: 2


v9.8.4 (Fri Jan 31 2020)

🐛 Bug Fix

📝 Documentation

  • @auto-it/maven
    • Update maven and jenkins documentation (resolves #922) #923 (navjot_cheema@intuit.com @ncheema)

Authors: 3


v9.8.3 (Thu Jan 30 2020)

🐛 Bug Fix

  • @auto-it/core

Authors: 1


v9.8.2 (Thu Jan 30 2020)

🐛 Bug Fix

Authors: 1


v9.8.1 (Wed Jan 29 2020)

🐛 Bug Fix

Authors: 1


v9.8.0 (Mon Jan 27 2020)

Release Notes

From #916

This PR adds a new hook for plugin developers.

makeRelease - This hook is called when auto shipit or auto release tries to make a release. If untapped auto will run the default behavior. Otherwise it is up to the plugin tapping the hook to call auto.git.publish to make releases on GitHub.


🚀 Enhancement

  • @auto-it/core, @auto-it/npm, @auto-it/released, @auto-it/twitter, @auto-it/upload-assets

Authors: 1


v9.7.0 (Mon Jan 27 2020)

🚀 Enhancement

  • @auto-it/core, @auto-it/crates
    • enhance BeforeShipit hook to include the type of release that will be made #913 (@hipstersmoothie)

🐛 Bug Fix

Authors: 1


v9.6.0 (Mon Jan 27 2020)

🚀 Enhancement

  • @auto-it/slack

Authors: 1


v9.5.0 (Mon Jan 27 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, null@dependabot-preview[bot], for all your work!

🚀 Enhancement

  • auto, @auto-it/core, @auto-it/jira, @auto-it/npm, @auto-it/slack

🔩 Dependency Updates

Authors: 2


v9.4.1 (Sat Jan 25 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.4.0 (Sat Jan 25 2020)

🚀 Enhancement

  • @auto-it/core, @auto-it/npm

Authors: 1


v9.3.4 (Sat Jan 25 2020)

🐛 Bug Fix

Authors: 1


v9.3.3 (Fri Jan 24 2020)

🐛 Bug Fix

  • @auto-it/core
    • Add 📦 emoji to canary PR message to make it more noticeable #897 (@ericclemmons)

📝 Documentation

  • @auto-it/all-contributors

Authors: 1


v9.3.2 (Fri Jan 24 2020)

🐛 Bug Fix

  • @auto-it/core, @auto-it/npm
    • Fix private package previous version calculation + Improve dry run messaging #894 (@hipstersmoothie)

Authors: 1


v9.3.1 (Fri Jan 24 2020)

🐛 Bug Fix

Authors: 1


v9.3.0 (Fri Jan 24 2020)

🚀 Enhancement

Authors: 1


v9.2.3 (Fri Jan 24 2020)

🐛 Bug Fix

  • @auto-it/first-time-contributor

Authors: 1


v9.2.2 (Fri Jan 24 2020)

:tada: This release contains work from a new contributor! :tada:

Thank you, Hannes Güdelhöfer (@reckter), for all your work!

🐛 Bug Fix

Authors: 1


v9.2.1 (Fri Jan 24 2020)

🐛 Bug Fix

  • auto, @auto-it/core, @auto-it/git-tag

Authors: 1


v9.2.0 (Thu Jan 23 2020)

🚀 Enhancement

  • @auto-it/core, @auto-it/all-contributors, @auto-it/npm

Authors: 1


v9.1.3 (Thu Jan 23 2020)

🐛 Bug Fix

Authors: 1


v9.1.2 (Thu Jan 23 2020)

🐛 Bug Fix

  • @auto-it/core
    • fix omitting renovate release notes when a user manually rebases the renovate PR #884 (@hipstersmoothie)

Authors: 1


v9.1.1 (Thu Jan 23 2020)

🐛 Bug Fix

📝 Documentation

Authors: 1


v9.1.0 (Tue Jan 21 2020)

🚀 Enhancement

🔩 Dependency Updates

Authors: 2


v9.0.2 (Tue Jan 14 2020)

🐛 Bug Fix

Authors: 1


v9.0.1 (Mon Jan 13 2020)

🐛 Bug Fix

Authors: 1


v9.0.0 (Mon Jan 13 2020)

💥 Breaking Change

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v8.8.0 (Thu Jan 02 2020)

🚀 Enhancement

  • @auto-it/slack
    • fix: prevent slack from default publishing on prerelease branches #829 (@Aghassi)

📝 Documentation

  • docs: fixed incorrect afterRelease hook object #842 (@Aghassi)
  • @auto-it/core
    • Add documentation and tests for label changelog label section assignment behavior #822 (@bnigh)

🔩 Dependency Updates

Authors: 3


v8.7.3 (Fri Dec 20 2019)

🐛 Bug Fix

Authors: 1


v8.7.2 (Fri Dec 20 2019)

🐛 Bug Fix

Authors: 1


v8.7.1 (Thu Dec 19 2019)

🐛 Bug Fix

Authors: 1


v8.7.0 (Thu Dec 19 2019)

🚀 Enhancement

Authors: 1


v8.6.3 (Thu Dec 19 2019)

🐛 Bug Fix

  • @auto-it/core, @auto-it/git-tag, @auto-it/npm, @auto-it/released

Authors: 1


v8.6.2 (Wed Dec 18 2019)

🐛 Bug Fix

Authors: 1


v8.6.1 (Wed Dec 18 2019)

🐛 Bug Fix

📝 Documentation

Authors: 1


v8.5.0 (Tue Dec 17 2019)

🚀 Enhancement

  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/crates, @auto-it/first-time-contributor, @auto-it/git-tag, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets

Authors: 1


v8.4.1 (Mon Dec 16 2019)

🐛 Bug Fix

Authors: 1


v8.4.0 (Mon Dec 16 2019)

🚀 Enhancement

Authors: 1


v8.3.0 (Mon Dec 16 2019)

🚀 Enhancement

  • @auto-it/core, @auto-it/git-tag, @auto-it/npm

🔩 Dependency Updates

Authors: 2


v8.2.0 (Sun Dec 15 2019)

🚀 Enhancement

📝 Documentation

  • Slight improvements to label configuration docs #799 (@bnigh)

📚 Blog Post

Authors: 2


v8.1.3 (Sat Dec 14 2019)

🐛 Bug Fix

  • @auto-it/core, @auto-it/jira, @auto-it/npm

Authors: 1


v8.1.2 (Sat Dec 14 2019)

🐛 Bug Fix

Authors: 1


v8.1.1 (Sat Dec 14 2019)

📝 Documentation

Authors: 1


v8.1.0 (Sat Dec 14 2019)

🚀 Enhancement

🐛 Bug Fix

  • @auto-it/core

🏠 Internal

📝 Documentation

Authors: 2


v8.0.0 (Wed Dec 11 2019)

Release Notes

From #758

Final-banner-REd (1)

From #751

Label configuration just got a whole lot simpler 🎉

  1. Labels can now only be supplied as an array of label objects.
{
  "labels": [
    { "releaseType": "major", "name": "Version: Major" },
    { "releaseType": "minor", "name": "Version: Minor" },
    { "releaseType": "patch", "name": "Version: Patch" }
  ]
}
  1. Instead of using skipReleaseLabels just set the label's type to skip
{
  "labels": [{ "releaseType": "skip", "name": "NO!" }]
}
  1. Overwrite default labels using overwrite
{
  "labels": [
    { "releaseType": "major", "name": "Version: Major", "overwrite": true }
  ]
}
  1. Add none releaseType. This will act as a skip-release unless paired with a SEMVER label
{
  "labels": [{ "releaseType": "none", "name": "documentation" }]
}
  1. Changed title to changelogTitle.
{
  "labels": [{ "changelogTitle": "New Docs Yo!", "name": "documentation" }]
}

💥 Breaking Change

  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/crates, @auto-it/first-time-contributor, @auto-it/git-tag, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets
  • auto, @auto-it/core
  • auto, @auto-it/core, @auto-it/conventional-commits, @auto-it/jira, @auto-it/npm, @auto-it/released, @auto-it/slack
  • @auto-it/core, @auto-it/npm
  • @auto-it/core, @auto-it/chrome, @auto-it/crates, @auto-it/git-tag, @auto-it/maven, @auto-it/npm
    • change getPreviousVersion hook args. can access prefixRelease from root class instead #734 (@hipstersmoothie)
  • @auto-it/core, @auto-it/released
    • remove old use of prerelease label + add prerelease label to released plugin #729 (@hipstersmoothie)

🚀 Enhancement

  • @auto-it/core
  • auto, @auto-it/core
  • @auto-it/upload-assets
  • @auto-it/core, @auto-it/git-tag, @auto-it/npm
  • auto, @auto-it/core
  • @auto-it/git-tag
  • auto, @auto-it/core, @auto-it/npm
    • shipit: add flag to only publish to 'latest' tag when "release" label is present #731 (@hipstersmoothie)
  • auto, @auto-it/core, @auto-it/npm, @auto-it/released, @auto-it/slack
  • auto, @auto-it/core, @auto-it/npm

🐛 Bug Fix

  • @auto-it/core, @auto-it/all-contributors, @auto-it/npm
  • @auto-it/core
  • @auto-it/core
  • @auto-it/core, @auto-it/released, @auto-it/slack
  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/crates, @auto-it/first-time-contributor, @auto-it/git-tag, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets
  • @auto-it/npm
  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/crates, @auto-it/first-time-contributor, @auto-it/git-tag, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets
  • @auto-it/npm
  • @auto-it/released
  • @auto-it/core

🏠 Internal

📝 Documentation

🔩 Dependency Updates

📚 Blog Post

Authors: 6


v7.17.0 (Fri Dec 06 2019)

🚀 Enhancement

📝 Documentation

🔩 Dependency Updates

Authors: 4


v7.16.3 (Mon Nov 18 2019)

🏠 Internal

  • @auto-it/core, @auto-it/maven, @auto-it/npm, @auto-it/released

📝 Documentation

🔩 Dependency Updates

Authors: 3


v7.16.2 (Thu Nov 14 2019)

🐛 Bug Fix

Authors: 1


v7.16.1 (Thu Nov 14 2019)

🐛 Bug Fix

Authors: 1


v7.16.0 (Thu Nov 14 2019)

🚀 Enhancement

🐛 Bug Fix

Authors: 1


v7.15.2 (Thu Nov 14 2019)

🐛 Bug Fix

  • @auto-it/npm
    • Fixed string interpolation on Lerna version bump #693 (@jrnail23)

Authors: 1


v7.15.1 (Wed Nov 13 2019)

🐛 Bug Fix

📝 Documentation

Authors: 1


v7.15.0 (Tue Nov 12 2019)

🚀 Enhancement

  • auto, @auto-it/core, @auto-it/git-tag, @auto-it/npm

Authors: 1


v7.14.1 (Tue Nov 12 2019)

🐛 Bug Fix

  • @auto-it/all-contributors

Authors: 1


v7.14.0 (Tue Nov 12 2019)

🚀 Enhancement

📝 Documentation

Authors: 2


v7.13.3 (Tue Nov 12 2019)

🐛 Bug Fix

🏠 Internal

🔩 Dependency Updates

Authors: 2


v7.13.2 (Sun Nov 10 2019)

📝 Documentation

  • clarify plugin docs #664 (@hipstersmoothie)
  • auto, @auto-it/core, @auto-it/all-contributors, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/crates, @auto-it/first-time-contributor, @auto-it/git-tag, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/s3, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets

⚠️ Pushed to master

Authors: 1


v7.13.1 (Thu Nov 07 2019)

🐛 Bug Fix

  • @auto-it/npm

Authors: 1


v7.13.0 (Thu Nov 07 2019)

🚀 Enhancement

  • @auto-it/core, @auto-it/all-contributors, @auto-it/npm

Authors: 1


v7.12.9 (Thu Nov 07 2019)

🐛 Bug Fix

Authors: 1


v7.12.8 (Thu Nov 07 2019)

🐛 Bug Fix

  • @auto-it/first-time-contributor

Authors: 1


v7.12.7 (Thu Nov 07 2019)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v7.12.5 (Tue Nov 05 2019)

🐛 Bug Fix

  • @auto-it/core
  • @auto-it/core
    • Update changelog to include prs without labels when using custom patch label #640 (@bnigh)

🏠 Internal

📝 Documentation

Authors: 3


v7.12.5 (Wed Oct 30 2019)

:tada: This release contains work from a new contributor! :tada:

Thank you, Athitya Kumar (@athityakumar), for all your work!

🐛 Bug Fix

  • @auto-it/core
    • Update changelog to include prs without labels when using custom patch label #640 (@bnigh)

📝 Documentation

Authors: 2


v7.12.4 (Tue Oct 29 2019)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v7.12.3 (Thu Oct 24 2019)

🐛 Bug Fix

  • @auto-it/core, @auto-it/first-time-contributor

Authors: 1


v7.12.2 (Wed Oct 23 2019)

:tada: This release contains work from a new contributor! :tada:

Thank you, Rocio Montes (@roxiomontes), for all your work!

🐛 Bug Fix

Authors: 1


v7.12.1 (Wed Oct 23 2019)

🐛 Bug Fix

  • @auto-it/chrome, @auto-it/crates, @auto-it/git-tag, @auto-it/maven, @auto-it/npm

Authors: 1


v7.12.0 (Mon Oct 21 2019)

Release Notes

From #612

Commit Files

Plugin authors can now write plugins that do things based on the files in a commit. Anywhere you can receive a commit object you will also receive the files changed in that commit.

afterAddToChangelog

A new hook is available to plugin developers. the afterAddToChangelog enables developers to run bits of automation after the new changelog is created. This is useful for getting extra commits into a release before publishing. The all-contributors plugin utilizes this hook.


🚀 Enhancement

📝 Documentation

🔩 Dependency Updates

Authors: 2


v7.11.0 (Fri Oct 18 2019)

🚀 Enhancement

  • @auto-it/core, @auto-it/chrome, @auto-it/git-tag, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/s3, @auto-it/twitter

Authors: 1


v7.10.0 (Fri Oct 18 2019)

Release Notes

From #610

This PR also introduces the changelog.addToBody hook. This can be used to add whatever extra content you want to a changelog.

The following adds a random GIF from giphy to each new changelog.

auto.hooks.onCreateChangelog.tapPromise('Giphy', changelog =>
  changelog.hooks.renderChangelogLine.tapPromise(
    'Giphy',
    async (notes, commits) => {
      const response = await fetch(`https://api.giphy.com/v1/gifs/random?api_key=${process.env.GIPHY_KEY}`);
      const json = await response.json();
      const { data: gif } = json;

      return [...notes, `![${gif.title}](${gif.url})\n`]
    }
  );
);

🚀 Enhancement

  • @auto-it/core, @auto-it/crates, @auto-it/first-time-contributor

⚠️ Pushed to master

Authors: 1


v7.9.2 (Thu Oct 17 2019)

🏠 Internal

Authors: 1


v7.9.1 (Thu Oct 17 2019)

🐛 Bug Fix

📝 Documentation

Authors: 1


v7.9.0 (Wed Oct 16 2019)

🚀 Enhancement

🏠 Internal

  • update plugin template #606 (@hipstersmoothie)
  • auto, @auto-it/core, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/git-tag, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets
  • auto, @auto-it/core, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/git-tag, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets

📝 Documentation

🔩 Dependency Updates

  • Bump lerna from 3.16.5 to 3.17.0 #598 (@Celeo)
  • Bump lint-staged from 9.4.0 to 9.4.1 #595 (@Celeo)
  • Bump @types/node from 12.7.11 to 12.7.12 #600 (@Celeo)
  • Bump lint-staged from 9.4.1 to 9.4.2 #601 (@Celeo)
  • Bump deepmerge from 4.0.0 to 4.1.1 #597 (@Celeo)
  • Bump ts-jest from 24.0.2 to 24.1.0 #580 (@Celeo)
  • Bump @octokit/graphql from 4.2.0 to 4.2.2 #599 (@Celeo)
  • Bump lerna from 3.16.4 to 3.16.5 #589 (@Celeo)
  • Bump @types/node from 12.7.8 to 12.7.11 #590 (@Celeo)
  • Bump deepmerge from 4.0.0 to 4.1.0 #591 (@Celeo)
  • Bump ignite from 1.10.2 to 1.10.5 #592 (@Celeo)
  • Bump husky from 3.0.7 to 3.0.8 #594 (@Celeo)
  • @auto-it/core
    • Bump @octokit/rest from 16.30.1 to 16.32.0 #593 (@Celeo)
  • @auto-it/core
    • Bump @octokit/rest from 16.32.0 to 16.33.1 #602 (@Celeo)
  • @auto-it/core
    • Bump https-proxy-agent from 2.2.2 to 3.0.0 #588 (@Celeo)

Authors: 2


v7.8.0 (Fri Oct 04 2019)

🚀 Enhancement

Authors: 2


v7.7.0 (Thu Oct 03 2019)

🚀 Enhancement

🔩 Dependency Updates

Authors: 3


v7.6.2 (Mon Sep 30 2019)

🏠 Internal

Authors: 2


v7.6.1 (Fri Sep 27 2019)

🐛 Bug Fix

  • @auto-it/jira
    • Fix jira plugin regex #572 (velu_ganapathy@intuit.com @vganapat)

🔩 Dependency Updates

Authors: 2

  • @vganapat
  • Velu Ganapathy (velu_ganapathy@intuit.com)

v7.6.0 (Thu Sep 12 2019)

🚀 Enhancement

  • auto, @auto-it/core
    • Add 'from' option for version command #561 (@bnigh)

Authors: 1


v7.5.0 (Thu Sep 12 2019)

🚀 Enhancement

  • auto, @auto-it/core
    • Add 'from' option for release command #552 (@bnigh)

Authors: 1


v7.4.5 (Mon Sep 09 2019)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v7.4.4 (Tue Sep 03 2019)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v7.4.3 (Mon Sep 02 2019)

🐛 Bug Fix

Authors: 1


v7.4.2 (Mon Sep 02 2019)

🐛 Bug Fix

Authors: 1


v7.4.1 (Sun Sep 01 2019)

🐛 Bug Fix

Authors: 1


v7.4.0 (Sat Aug 31 2019)

🚀 Enhancement

  • @auto-it/core, @auto-it/conventional-commits

Authors: 1


v7.3.6 (Wed Aug 28 2019)

🐛 Bug Fix

  • @auto-it/core, @auto-it/released
    • omit commit+prs that: aren't found in repo, are issues, or have the "released" label #538 (@hipstersmoothie)

🔩 Dependency Updates

Authors: 2


v7.3.5 (Wed Aug 28 2019)

🐛 Bug Fix

  • @auto-it/core
    • Ensure the release doesn't fail if a PR doesn't exist #537 (@zephraph)

Authors: 1


v7.3.4 (Mon Aug 26 2019)

🐛 Bug Fix

  • @auto-it/core
    • Fix PRs with non-configured labels being omitted from changelogs #533 (@bnigh)

Authors: 1


v7.3.3 (Mon Aug 26 2019)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v7.3.2 (Sat Aug 17 2019)

🐛 Bug Fix

Authors: 1


v7.3.1 (Fri Aug 16 2019)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 2


v7.3.0 (Thu Aug 15 2019)

🚀 Enhancement

  • auto, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/git-tag, @auto-it/jira, @auto-it/maven, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets

🔩 Dependency Updates

Authors: 2


v7.2.3 (Mon Jul 29 2019)

🐛 Bug Fix

🏠 Internal

📝 Documentation

🔩 Dependency Updates

Authors: 2


v7.2.2 (Wed Jul 24 2019)

🏠 Internal

📝 Documentation

Authors: 3


v7.2.1 (Tue Jul 09 2019)

🐛 Bug Fix

Authors: 1


v7.2.0 (Thu Jul 04 2019)

🚀 Enhancement

  • @auto-it/slack

Authors: 1


v7.1.4 (Wed Jul 03 2019)

🐛 Bug Fix

  • @auto-it/core
    • Add a little extra error handling around plugin loading #474 (@zephraph)

Authors: 1


v7.1.3 (Sat Jun 29 2019)

🐛 Bug Fix

  • @auto-it/git-tag

Authors: 1


v7.1.2 (Tue Jun 18 2019)

🐛 Bug Fix

Authors: 1


v7.1.1 (Mon Jun 17 2019)

🐛 Bug Fix

  • @auto-it/conventional-commits

Authors: 1


v7.1.0 (Fri Jun 14 2019)

🚀 Enhancement

Authors: 1


v7.0.13 (Mon Jun 10 2019)

🏠 Internal

Authors: 1


v7.0.12 (Sat Jun 08 2019)

📝 Documentation

Authors: 1


v7.0.11 (Thu Jun 06 2019)

🏠 Internal

Authors: 1


v7.0.10 (Thu Jun 06 2019)

🐛 Bug Fix

Authors: 1


v7.0.9 (Thu Jun 06 2019)

🏠 Internal

Authors: 1


v7.0.8 (Thu Jun 06 2019)

🐛 Bug Fix

  • @auto-it/core, @auto-it/npm

Authors: 1


v7.0.7 (Thu May 30 2019)

🐛 Bug Fix

Authors: 1


v7.0.6 (Thu May 30 2019)

🐛 Bug Fix

  • @auto-it/core, @auto-it/jira, @auto-it/npm, @auto-it/omit-release-notes

Authors: 1


v7.0.5 (Thu May 30 2019)

🐛 Bug Fix

📝 Documentation

🔩 Dependency Updates

Authors: 2


v7.0.4 (Mon May 20 2019)

🐛 Bug Fix

📝 Documentation

Authors: 1


v7.0.3 (Mon May 20 2019)

🐛 Bug Fix

Authors: 1


v7.0.2 (Sun May 19 2019)

🐛 Bug Fix

📝 Documentation

Authors: 1


v7.0.1 (Sat May 18 2019)

🐛 Bug Fix

🏠 Internal

Authors: 1


v7.0.0 (Fri May 17 2019)

Release Notes

_From #420_

old `afterRelease`
auto.hooks.afterRelease.tap(
  "MyPlugin",
  async (version, commits, releaseNotes) => {
    // do something
  }
);

new afterRelease

auto.hooks.afterRelease.tap( 'MyPlugin', async ({ version, commits, releaseNotes, response }) => {
// do something
);

From #408

Previously a user would have the following configuration in their `.autorc`:
{
  "jira": "https://url-to-jira"
}

this should be changed to:

{
  "plugins": [
    ["jira", { "url": "https://url-to-jira" }],
    // or
    ["jira", "https://url-to-jira"]
  ]
}

Plugin Authors

If you are a plugin author that uses the renderChangelogLine hook you must change your usage.

Before it was a bail hook. meaning on 1 plugin could effect the changelog message. The first to return would be the message.

auto.hooks.onCreateChangelog.tapPromise('Stars', changelog =>
changelog.hooks.renderChangelogLine.tapPromise(
'Stars',
async (commits, renderLine) =>
  commits.map(commit => `${renderLine(commit).replace('-', ':star:')}
`)
);
);

Now it is a waterfall hook. Each plugin has the chance to change the commit message in some way, but it must return the args for the next plugin in the waterfall.

auto.hooks.onCreateChangelog.tapPromise('Stars', changelog =>
changelog.hooks.renderChangelogLine.tapPromise(
'Stars',
async (commit, line) =>
  [commit, `${line.replace('-', ':star:')}
`]
);
);

From #407

Previously a user would have the following configuration in their `.autorc`:
{
  "slack": "https://url-to-slack"
}

this should be changed to:

{
  "plugins": [
    ["slack", { "url": "https://url-to-your-slack-hook.com" }],
    // or
    ["slack", "https://url-to-your-slack-hook.com"]
  ]
}

💥 Breaking Change

  • Factor out filter accounts plugin #409 (@hipstersmoothie)
  • Move jira functionality to plugin #408 (@hipstersmoothie)
  • Move slack functionality to a plugin #407 (@hipstersmoothie)
  • auto, @auto-it/core, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/jira, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets
  • auto, @auto-it/core, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/slack
  • auto, @auto-it/core, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/jira, @auto-it/npm, @auto-it/omit-commits, @auto-it/omit-release-notes, @auto-it/released, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets
  • @auto-it/core, @auto-it/omit-commits
  • @auto-it/core, @auto-it/released, @auto-it/slack
  • auto, @auto-it/core
  • auto, @auto-it/core, @auto-it/chrome, @auto-it/conventional-commits, @auto-it/jira, @auto-it/npm, @auto-it/released, @auto-it/slack

🚀 Enhancement

  • @auto-it/core, @auto-it/omit-commits, @auto-it/omit-release-notes
  • @auto-it/core, @auto-it/released, @auto-it/slack, @auto-it/twitter, @auto-it/upload-assets
  • @auto-it/core, @auto-it/upload-assets
  • auto, @auto-it/core

🐛 Bug Fix

Co-Authored-By: Justin Bennett zephraph@gmail.com (@hipstersmoothie)

🏠 Internal

🔩 Dependency Updates

Authors: 2


v6.5.1 (Mon May 13 2019)

📝 Documentation

Authors: 1


v6.5.0 (Fri May 10 2019)

🚀 Enhancement

Authors: 1


v6.4.1 (Fri May 10 2019)

🐛 Bug Fix

📝 Documentation

Authors: 1


v6.4.0 (Thu May 09 2019)

🚀 Enhancement

🔩 Dependency Updates

Authors: 2


v6.3.5 (Thu May 09 2019)

🐛 Bug Fix

Authors: 1


v6.3.4 (Thu May 09 2019)

🐛 Bug Fix

  • conventional-commit plugin: should omit PR merge commits when a commit in the PR has CC commit message #395 (@hipstersmoothie)

📚 Blog Post

Authors: 1


v6.3.3 (Thu May 09 2019)

📝 Documentation

Authors: 1


v6.3.1 (Wed May 08 2019)

🐛 Bug Fix

📝 Documentation

Authors: 1


v6.3.0 (Wed May 08 2019)

🚀 Enhancement

Authors: 1


v6.2.6 (Wed May 08 2019)

⚠️ Pushed to master

Authors: 1


v6.2.5 (Wed May 08 2019)

📝 Documentation

Authors: 1


v6.2.4 (Wed May 08 2019)

🐛 Bug Fix

Authors: 1


v6.2.3 (Wed May 08 2019)

🐛 Bug Fix

Authors: 1


v6.2.2 (Tue May 07 2019)

🐛 Bug Fix

Authors: 1


v6.2.1 (Tue May 07 2019)

🐛 Bug Fix

🔩 Dependency Updates

Authors: 1


v6.2.0 (Tue May 07 2019)

🚀 Enhancement

Authors: 1


v6.1.1 (Tue May 07 2019)

🐛 Bug Fix

Authors: 1


v6.1.0 (Tue May 07 2019)

🚀 Enhancement

  • add auto pr-body to add info to pr bodies + canary posts to body instead of comment #379 (@hipstersmoothie)

Authors: 1


v6.0.2 (Mon May 06 2019)

🐛 Bug Fix

Authors: 1


v6.0.1 (Mon May 06 2019)

🐛 Bug Fix

Authors: 1


v6.0.0 (Mon May 06 2019)

💥 Breaking Change

🚀 Enhancement

📚 Blog Post

Authors: 2


v5.0.1 (Sat May 04 2019)

🐛 Bug Fix

Authors: 1


v5.0.0 (Sat May 04 2019)

💥 Breaking Change

🏠 Internal

📝 Documentation

Authors: 1


v4.15.5 (Fri May 03 2019)

🐛 Bug Fix

Authors: 1


v4.15.4 (Fri May 03 2019)

🏠 Internal

Authors: 2


v4.15.3 (Fri May 03 2019)

🐛 Bug Fix

Authors: 1


v4.15.2 (Fri May 03 2019)

🐛 Bug Fix

Authors: 1


v4.15.1 (Fri May 03 2019)

📝 Documentation

Authors: 1


v4.15.0 (Fri May 03 2019)

🚀 Enhancement

Authors: 1


v4.14.1 (Fri May 03 2019)

🐛 Bug Fix

  • changelog includes any commit that has a PR parsed from the commit message #359 (@hipstersmoothie)

Authors: 1


v4.14.0 (Thu May 02 2019)

🚀 Enhancement

Authors: 1


v4.13.2 (Thu May 02 2019)

🐛 Bug Fix

Authors: 1


v4.13.1 (Thu May 02 2019)


v4.13.0 (Thu May 02 2019)

🚀 Enhancement

Authors: 1


v4.12.0 (Wed May 01 2019)

🚀 Enhancement

Authors: 1


v4.11.0 (Wed May 01 2019)

🚀 Enhancement

🏠 Internal

Authors: 2


v4.10.0 (Wed May 01 2019)

🚀 Enhancement

Authors: 1


v4.9.4 (Sat Apr 27 2019)

🐛 Bug Fix

  • Throw an error if extended config fails to load #344 (@zephraph)

Authors: 1


v4.9.3 (Sat Apr 27 2019)

🐛 Bug Fix

🏠 Internal

Authors: 2


v4.9.2 (Sat Apr 27 2019)

🐛 Bug Fix

🏠 Internal

Authors: 2


v4.9.1 (Fri Apr 26 2019)

🐛 Bug Fix

Authors: 1


v4.9.0 (Thu Apr 25 2019)

🚀 Enhancement

🏠 Internal

Authors: 2


v4.8.17 (Mon Apr 15 2019)

🐛 Bug Fix

Authors: 1


v4.8.15 (Mon Apr 15 2019)

🐛 Bug Fix

🏠 Internal

Authors: 2


v4.8.14 (Fri Apr 05 2019)

🏠 Internal

📝 Documentation

Authors: 2


v4.8.13 (Wed Mar 20 2019)

🐛 Bug Fix

Authors: 1


v4.8.12 (Wed Mar 20 2019)

🐛 Bug Fix

📝 Documentation

Authors: 2


v4.8.11 (Thu Mar 14 2019)

🐛 Bug Fix

  • Remove auth in error responses if it's present #297 (@zephraph)

Authors: 1


v4.8.10 (Wed Mar 13 2019)

🏠 Internal

📝 Documentation

Authors: 3


v4.8.9 (Mon Mar 04 2019)

🏠 Internal

Authors: 2


v4.8.8 (Fri Feb 15 2019)

🐛 Bug Fix

Authors: 1


v4.8.7 (Fri Feb 15 2019)

🐛 Bug Fix

Authors: 1


v4.8.6 (Wed Feb 13 2019)

🐛 Bug Fix

  • check if released label has already been added #290 (hipstersmoothie@users.noreply.github.com)

Authors: 1

  • hipstersmoothie@users.noreply.github.com

v4.8.5 (Wed Feb 13 2019)

🐛 Bug Fix

  • released plugin respects dry run flag #289 (hipstersmoothie@users.noreply.github.com)

Authors: 1

  • hipstersmoothie@users.noreply.github.com

v4.8.4 (Wed Feb 13 2019)

🐛 Bug Fix

  • ShipIt - Get Slack URL from config #288 (hipstersmoothie@users.noreply.github.com)

🏠 Internal

Authors: 4


v4.8.3 (Wed Feb 06 2019)

🏠 Internal

Authors: 1


v4.8.2 (Wed Feb 06 2019)

🐛 Bug Fix

Authors: 1


v4.8.1 (Thu Jan 31 2019)

🐛 Bug Fix

Authors: 1


v4.8.0 (Thu Jan 31 2019)

🚀 Enhancement

Authors: 1


v4.7.5 (Wed Jan 30 2019)

🐛 Bug Fix

Authors: 1


v4.7.4 (Wed Jan 30 2019)

🐛 Bug Fix

Authors: 1


v4.7.3 (Tue Jan 29 2019)

🐛 Bug Fix

Authors: 1


v4.7.2 (Mon Jan 28 2019)

🐛 Bug Fix

Authors: 1


v4.7.1 (Sat Jan 26 2019)

🐛 Bug Fix

Authors: 2


v4.7.0 (Fri Jan 25 2019)

🚀 Enhancement

Authors: 1


v4.6.0 (Fri Jan 25 2019)

🚀 Enhancement

Authors: 1


v4.5.3 (Fri Jan 25 2019)

🐛 Bug Fix

Authors: 1


v4.5.2 (Fri Jan 25 2019)

🐛 Bug Fix

Authors: 1


v4.5.1 (Fri Jan 25 2019)

🐛 Bug Fix

Authors: 1


v4.5.0 (Fri Jan 25 2019)

🚀 Enhancement

Authors: 1


v4.4.4 (Fri Jan 25 2019)

🏠 Internal

Authors: 1


v4.4.3 (Fri Jan 25 2019)

🐛 Bug Fix

Authors: 1


v4.4.2 (Fri Jan 25 2019)

🐛 Bug Fix

Authors: 1


v4.4.1 (Thu Jan 24 2019)

🐛 Bug Fix

📝 Documentation

Authors: 2


v4.4.0 (Thu Jan 24 2019)

🚀 Enhancement

Authors: 1


v4.3.0 (Thu Jan 24 2019)

🚀 Enhancement

Authors: 1


v4.2.2 (Thu Jan 24 2019)

🐛 Bug Fix

  • Released Plugin: add context to comments so they don't override other comments #251 (@hipstersmoothie)

Authors: 1


v4.2.1 (Thu Jan 24 2019)

⚠️ Pushed to master

Authors: 1


v4.2.0 (Thu Jan 24 2019)

🚀 Enhancement

Authors: 1


v4.1.0 (Thu Jan 24 2019)

🚀 Enhancement

Authors: 1


v4.0.0 (Thu Jan 24 2019)

💥 Breaking Change

🚀 Enhancement

Authors: 1


v3.1.2 (Wed Jan 23 2019)

🐛 Bug Fix

🏠 Internal

Authors: 2


v3.1.1 (Tue Jan 22 2019)

⚠️ Pushed to master

Authors: 1


v3.1.0 (Tue Jan 22 2019)

🚀 Enhancement

Authors: 1


v3.0.2 (Tue Jan 22 2019)

🐛 Bug Fix

Authors: 1


v3.0.1 (Tue Jan 22 2019)

🏠 Internal

Authors: 1


v3.0.0 (Tue Jan 22 2019)

💥 Breaking Change

🚀 Enhancement

🏠 Internal

Authors: 1


v2.10.4 (Sun Jan 20 2019)

🐛 Bug Fix

Authors: 1


v2.10.3 (Sun Jan 20 2019)

🐛 Bug Fix

Authors: 1


v2.10.2 (Sun Jan 20 2019)

⚠️ Pushed to master

Authors: 1


v2.10.1 (Sun Jan 20 2019)

⚠️ Pushed to master

Authors: 1


v2.10.0 (Sun Jan 20 2019)

🚀 Enhancement

🏠 Internal

⚠️ Pushed to master

Authors: 3


v2.9.0 (Sun Jan 20 2019)

🚀 Enhancement

Authors: 1


v2.8.0 (Sat Jan 19 2019)

🚀 Enhancement

Authors: 1


v2.7.0 (Sat Jan 19 2019)

🚀 Enhancement

Authors: 1


v2.6.2 (Sat Jan 19 2019)

🐛 Bug Fix

Authors: 1


v2.6.1 (Sat Jan 19 2019)

🐛 Bug Fix

Authors: 1


v2.6.0 (Sat Jan 19 2019)

🚀 Enhancement

🏠 Internal

Authors: 2


v2.5.8 (Fri Jan 18 2019)

📝 Documentation

Authors: 1


v2.5.7 (Fri Jan 18 2019)

🐛 Bug Fix

Authors: 1


v2.5.6 (Fri Jan 18 2019)

🐛 Bug Fix

Authors: 1


v2.5.5 (Thu Jan 17 2019)

🐛 Bug Fix

Authors: 1


v2.5.4 (Thu Jan 17 2019)

🐛 Bug Fix

Authors: 1


v2.5.3 (Thu Jan 17 2019)

🐛 Bug Fix

  • NPM Plugin: if there is no published version default to package.json version #205 (@hipstersmoothie)

🏠 Internal

Authors: 1


v2.5.2 (Thu Jan 17 2019)

🐛 Bug Fix

Authors: 1


v2.5.1 (Wed Jan 16 2019)

🐛 Bug Fix

Authors: 1


v2.5.0 (Wed Jan 16 2019)

🚀 Enhancement

Authors: 1


v2.4.2 (Wed Jan 16 2019)

🐛 Bug Fix

Authors: 1


v2.4.1 (Tue Jan 15 2019)

🐛 Bug Fix

Authors: 1


v2.4.0 (Tue Jan 15 2019)

🚀 Enhancement

Authors: 1


v2.3.2 (Tue Jan 15 2019)

🐛 Bug Fix

Authors: 1


v2.3.1 (Sun Jan 13 2019)

🐛 Bug Fix

Authors: 1


v2.3.0 (Fri Jan 11 2019)

🚀 Enhancement

🏠 Internal

📝 Documentation

Authors: 1


v2.2.0 (Wed Jan 09 2019)

🚀 Enhancement

Authors: 1


v2.1.4 (Wed Jan 09 2019)

🐛 Bug Fix

Authors: 1


v2.1.3 (Tue Jan 08 2019)

🐛 Bug Fix

🏠 Internal

Authors: 1


v2.1.2 (Tue Jan 08 2019)

🐛 Bug Fix

Authors: 1


v2.1.1 (Mon Jan 07 2019)

🐛 Bug Fix

Authors: 1


v2.1.0 (Mon Jan 07 2019)

🚀 Enhancement

Authors: 1


v2.0.4 (Mon Jan 07 2019)

🐛 Bug Fix

Authors: 1


v2.0.3 (Mon Jan 07 2019)

🐛 Bug Fix

Authors: 1


v2.0.2 (Mon Jan 07 2019)

🐛 Bug Fix

Authors: 1


v2.0.1 (Mon Jan 07 2019)

🐛 Bug Fix

Authors: 2


v2.0.0 (Mon Jan 07 2019)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

Authors: 3


1.0.0 (Sat Jan 05 2019)

💥 Breaking Change

🏠 Internal

📝 Documentation

Authors: 2


0.37.9 (Thu Jan 03 2019)

🐛 Bug Fix

Authors: 1


0.37.8 (Thu Jan 03 2019)

🐛 Bug Fix

Authors: 1


0.37.7 (Thu Jan 03 2019)

🐛 Bug Fix

Authors: 1


0.37.6 (Thu Jan 03 2019)

🐛 Bug Fix

Authors: 1


0.37.5 (Thu Jan 03 2019)

🐛 Bug Fix

Authors: 2


0.37.4 (Thu Jan 03 2019)

🐛 Bug Fix

Authors: 2


0.37.3 (Wed Jan 02 2019)

🐛 Bug Fix

  • Don't crash when there is no author hash in the package.json #119 (@orta)

Authors: 1


0.37.2 (Wed Jan 02 2019)

🐛 Bug Fix

🏠 Internal

Authors: 1


0.37.1 (Mon Dec 31 2018)

🐛 Bug Fix

Authors: 1


0.37.0 (Mon Dec 31 2018)

🚀 Enhancement

-

add --version flag #113 (@hipstersmoothie)

🏠 Internal

-

Add @Aghassi as a contributor #112 (@hipstersmoothie)

Authors: 1


0.36.6 (Mon Dec 31 2018)

🐛 Bug Fix

-

update deps #111 (@hipstersmoothie)

Authors: 1


0.36.5 (Mon Dec 31 2018)

🐛 Bug Fix

-

fix dry run #109 (@hipstersmoothie)

Authors: 1


0.36.4 (Mon Dec 31 2018)

🐛 Bug Fix

-

fix version parsing #110 (@hipstersmoothie)

Authors: 1


0.36.3 (Mon Dec 24 2018)


0.36.2 (Tue Dec 18 2018)


0.36.1 (Tue Dec 18 2018)

🐛 Bug Fix

Authors: 1


0.36.0 (Tue Dec 18 2018)

🚀 Enhancement

Authors: 1


0.35.0 (Mon Dec 17 2018)

🚀 Enhancement

Authors: 1


0.34.0 (Mon Dec 17 2018)

🚀 Enhancement

Authors: 1


0.33.6 (Mon Dec 17 2018)

🐛 Bug Fix

Authors: 1


0.33.5 (Mon Dec 17 2018)

🐛 Bug Fix

Authors: 1


0.33.4 (Mon Dec 17 2018)

🐛 Bug Fix

Authors: 1


0.33.3 (Sun Dec 16 2018)

🐛 Bug Fix

Authors: 1


0.33.1 (Sun Dec 16 2018)

🐛 Bug Fix

🏠 Internal

📝 Documentation

Authors: 1


0.33.0 (Sun Dec 16 2018)

🚀 Enhancement

Authors: 1


0.32.2 (Sun Dec 16 2018)

🐛 Bug Fix

📝 Documentation

Authors: 1


0.32.1 (Sun Dec 16 2018)

🐛 Bug Fix

📝 Documentation

Authors: 1


0.32.0 (Sun Dec 16 2018)

🚀 Enhancement

Authors: 1


0.31.0 (Sun Dec 16 2018)

🚀 Enhancement

Authors: 1


0.30.0 (Sun Dec 16 2018)

🚀 Enhancement

Authors: 1


0.29.0 (Sun Dec 16 2018)

🚀 Enhancement

Authors: 1


0.28.0 (Sun Dec 16 2018)

🚀 Enhancement

Authors: 1


0.27.0 (Sat Dec 15 2018)

🚀 Enhancement

📝 Documentation

Authors: 1


0.26.2 (Fri Dec 14 2018)

🐛 Bug Fix

Authors: 1


0.26.1 (Fri Dec 14 2018)

📝 Documentation

Authors: 1


0.26.0 (Fri Dec 14 2018)

🚀 Enhancement

📝 Documentation

Authors: 1


0.25.0 (Fri Dec 14 2018)

🚀 Enhancement

📝 Documentation

Authors: 1


0.24.0 (Thu Dec 13 2018)

🚀 Enhancement

Authors: 1


0.23.1 (Tue Dec 11 2018)

🐛 Bug Fix

🏠 Internal

Authors: 3


0.23.0 (Fri Dec 07 2018)

🚀 Enhancement

🏠 Internal

📝 Documentation

Authors: 1


0.22.0 (Fri Dec 07 2018)

🚀 Enhancement

Authors: 1


0.21.0 (Fri Dec 07 2018)

🚀 Enhancement

🐛 Bug Fix

Authors: 2

v0.20.20 (Fri Dec 07 2018)

🐛 Bug Fix

🏠 Internal

📝 Documentation

Authors: 1


v0.20.19 (Thu Dec 06 2018)

🏠 Internal

📝 Documentation

Authors: 1


v0.20.18 (Thu Dec 06 2018)

🐛 Bug Fix

🏠 Internal

Authors: 1


v0.20.17 (Thu Dec 06 2018)

🐛 Bug Fix

Authors: 1


v0.20.16 (Thu Dec 06 2018)

🐛 Bug Fix

🏠 Internal

Authors: 2


v0.20.15 (Wed Dec 05 2018)

🐛 Bug Fix

Authors: 1


v0.20.10 (Wed Dec 05 2018)

🐛 Bug Fix

  • ignore invalid user #3 (hipstersmoothie@users.noreply.github.com)
  • use correct url #2 (hipstersmoothie@users.noreply.github.com)
  • add auto release to CI #1 (hipstersmoothie@users.noreply.github.com)

Authors: 1

  • Andrew Lisowski (hipstersmoothie@users.noreply.github.com)

v0.20.10 (Wed Dec 05 2018)

🐛 Bug Fix

  • ignore invalid user #3 (hipstersmoothie@users.noreply.github.com)
  • use correct url #2 (hipstersmoothie@users.noreply.github.com)
  • add auto release to CI #1 (hipstersmoothie@users.noreply.github.com)

Authors: 1

  • Andrew Lisowski (hipstersmoothie@users.noreply.github.com)

v0.20.10 (Wed Dec 05 2018)

🐛 Bug Fix

  • ignore invalid user #3 (hipstersmoothie@users.noreply.github.com)
  • use correct url #2 (hipstersmoothie@users.noreply.github.com)
  • add auto release to CI #1 (hipstersmoothie@users.noreply.github.com)

Authors: 1

  • Andrew Lisowski (hipstersmoothie@users.noreply.github.com)

v0.20.10 (Wed Dec 05 2018)

🐛 Bug Fix

  • ignore invalid user #3 (hipstersmoothie@users.noreply.github.com)
  • use correct url #2 (hipstersmoothie@users.noreply.github.com)
  • add auto release to CI #1 (hipstersmoothie@users.noreply.github.com)

Authors: 1

  • Andrew Lisowski (hipstersmoothie@users.noreply.github.com)

v0.20.10 (Wed Dec 05 2018)

🐛 Bug Fix

  • ignore invalid user #3 (hipstersmoothie@users.noreply.github.com)
  • use correct url #2 (hipstersmoothie@users.noreply.github.com)
  • add auto release to CI #1 (hipstersmoothie@users.noreply.github.com)

Authors: 1

  • Andrew Lisowski (hipstersmoothie@users.noreply.github.com)

v0.20.10 (Wed Dec 05 2018)

🐛 Bug Fix

  • ignore invalid user #3 (hipstersmoothie@users.noreply.github.com)
  • use correct url #2 (hipstersmoothie@users.noreply.github.com)
  • add auto release to CI #1 (hipstersmoothie@users.noreply.github.com)

Authors: 1

  • Andrew Lisowski (hipstersmoothie@users.noreply.github.com)

v0.20.8 (Mon Dec 03 2018)

🐛 Bug Fix

  • Create note for PR commits without labels #101 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.20.7 (Sun Dec 02 2018)

🏠 Internal

  • Open Source Review #100 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.20.6 (Sat Nov 24 2018)

🐛 Bug Fix

  • update deps #98 (@alisowski)

📝 Documentation

  • Update README.md #95 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.20.5 (Thu Nov 15 2018)

🐛 Bug Fix

  • add no-verify to git commit so we skip githook (intuit-githooks) #94 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.20.4 (Thu Nov 15 2018)

🐛 Bug Fix

  • context is not required for pr-check #93 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.20.3 (Thu Nov 15 2018)

🐛 Bug Fix

  • remove all references to --use-version lerna #91 (@alisowski)
  • Last Version doesn't need to have bump calculated #90 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.20.3 (Thu Nov 15 2018)

🐛 Bug Fix

  • Last Version doesn't need to have bump calculated #90 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.20.1 (Thu Nov 15 2018)

🐛 Bug Fix

  • Better version calculating #88 (@alisowski)

📝 Documentation

  • Add Projects Using auto-release #87 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.20.0 (Wed Nov 14 2018)

🚀 Enhancement

  • using lerna version to release #85 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.19.0 (Wed Nov 14 2018)

🚀 Enhancement

  • switch to --pr to match the rest of the API #82 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.18.0 (Wed Nov 14 2018)

🚀 Enhancement

  • ability to parse multiple jira stories in a commit message #81 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.17.0 (Wed Nov 14 2018)

🚀 Enhancement

  • get all authors for a pR #76 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.16.0 (Wed Nov 14 2018)

🚀 Enhancement

  • Change all github- to auto #79 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.15.0 (Wed Nov 07 2018)

🚀 Enhancement

  • OSS Preparation #72 (@adierkens)

🐛 Bug Fix

  • filter out null values from args so they dont override the config #74 (@alisowski)

📝 Documentation

  • update readme #73 (@alisowski)

Authors: 2

  • Adam Dierkens (@adierkens)
  • Andrew Lisowski (@alisowski)

v0.14.0 (Mon Nov 05 2018)

🚀 Enhancement

  • add dry run to changelog #70 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.13.0 (Mon Nov 05 2018)

🚀 Enhancement

  • Verbose Log #69 (@alisowski)

🏠 Internal

  • Update Dependancies + Remove extra files #68 (@alisowski)

📝 Documentation

  • Add CircleCI setup #67 (@alisowski)
  • Update README.md #66 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.12.8 (Tue Oct 30 2018)

🐛 Bug Fix

  • debug info #65 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.12.6 (Tue Oct 30 2018)

🏠 Internal

  • fix version path in release script #64 (@alisowski)
  • Use github-version to calculate version instead in release.sh #62 (@alisowski)

📝 Documentation

  • add important setup line #63 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

vnull (Tue Oct 30 2018)


vnull (Tue Oct 30 2018)

🐛 Bug Fix

  • prefix the github release too #58 (@alisowski)

🏠 Internal

  • remove token and actually run the thing #59 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.12.4 (Tue Oct 30 2018)

🐛 Bug Fix

  • prefix the github release too #58 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.12.3 (Tue Oct 30 2018)


v0.12.2 (Tue Oct 30 2018)

🐛 Bug Fix

  • use pr check #57 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.12.1 (Tue Oct 30 2018)


v0.12.0 (Tue Oct 30 2018)

🚀 Enhancement

    • Monorepo aware changelogs #55 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.11.0 (Tue Oct 30 2018)

🚀 Enhancement

  • Rely on package.json less #54 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.10.6 (Fri Oct 26 2018)

🐛 Bug Fix

  • onlyPublishWIthReleaseLabel default value bug #53 (@alisowski)
  • fix no version script #51 (@alisowski)
  • latest commit is actually first #50 (@alisowski)

📝 Documentation

  • add more docs #52 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.10.5 (Fri Oct 26 2018)

🐛 Bug Fix

  • add missing bin scripts #48 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.10.4 (Fri Oct 26 2018)

📝 Documentation

  • re-org readme #49 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.10.3 (Fri Oct 26 2018)

🐛 Bug Fix

  • must prefix release if needed. #47 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.10.2 (Fri Oct 26 2018)

🐛 Bug Fix

  • Gugs #46 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.10.1 (Fri Oct 26 2018)

🐛 Bug Fix

  • Update README.md #45 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.10.0 (Fri Oct 26 2018)

🚀 Enhancement

  • Link to PR in changelog #42 (@alisowski)

🐛 Bug Fix

  • just use use version to get it right? #44 (@alisowski)
  • Put changelog generation in correct place #43 (@alisowski)
  • add more logging #41 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.9.0 (Fri Oct 26 2018)

🚀 Enhancement

  • Link to PR in changelog #42 (@alisowski)

🐛 Bug Fix

  • just use use version to get it right? #44 (@alisowski)
  • Put changelog generation in correct place #43 (@alisowski)
  • add more logging #41 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.8.0 (Fri Oct 26 2018)

🚀 Enhancement

  • Link to PR in changelog #42 (@alisowski)

🐛 Bug Fix

  • Put changelog generation in correct place #43 (@alisowski)
  • add more logging #41 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.6.2 (Fri Oct 26 2018)

🐛 Bug Fix

  • add more logging #41]()[@alisowski

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.6.1 (Fri Oct 26 2018)

🐛 Bug Fix

  • add more logging #41 (@alisowski)

Authors: 1

  • Andrew Lisowski (@alisowski)

v0.6.0 (Fri Oct 26 2018)

🚀 Enhancement

  • add release script #34 (@adierkens)
  • github-comment #33 (@alisowski)
  • add authors to changelog #22 (@alisowski)
  • Version and Author Bug #40 (@alisowski)

🐛 Bug Fix

  • change the name #39 (@alisowski)

Authors: 2

  • Adam Dierkens (@adierkens)
  • Andrew Lisowski (@alisowski)