Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Updaters, bumpFiles, packageFiles): Adds regex built-in updater. #457

Open
wants to merge 9 commits into
base: feat-bump-files
Choose a base branch
from

Commits on Aug 24, 2019

  1. feat: custom 'bumpFiles' and 'packageFiles' support

    Joe Bottigliero authored and jbottigliero committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    57dff6e View commit details
    Browse the repository at this point in the history
  2. imp: package-files/updaters support

    Joe Bottigliero authored and jbottigliero committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    c891b22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b27b25a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf08d1f View commit details
    Browse the repository at this point in the history
  5. update: Use path.basename to lookup provided bumpFiles.filename

    Co-Authored-By: Sébastien Règne <regseb@users.noreply.github.com>
    jbottigliero and regseb committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    c0f2b5e View commit details
    Browse the repository at this point in the history
  6. fix: packageFiles

    - Ensure `packageFile` parsing supports custo updaters.
    - Abstracts the updater resolution code for bumpFiles and packageFiles
    jbottigliero committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    5df2c39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57ce557 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. feat(Updaters, bumpFiles, packageFiles): Adds regex built-in updater.

    - Adds a built-in updater for `regex`
    - Allows passing of `options` to updaters (`readVersion` and `writeVersion` methods)
    Joe Bottigliero committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    fa724aa View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. fix: Lean into RegExp default behavior rather than allowing an Array …

    …of 'replace' RegExps
    Joe Bottigliero committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    af4ba97 View commit details
    Browse the repository at this point in the history