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: initial release #6

Merged
merged 13 commits into from Jan 31, 2020
Merged

feat: initial release #6

merged 13 commits into from Jan 31, 2020

Commits on Jan 30, 2020

  1. feat: initial release

    Eli Skeggs committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    7a8b5a6 View commit details
    Browse the repository at this point in the history
  2. docs: document valid pre-push modes in readme

    Eli Skeggs committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    8d7d4b3 View commit details
    Browse the repository at this point in the history
  3. docs: recommend subset of hooks

    For intensive git operations, it can be problematic to have every git hook trigger every time -
    this leads to a substantial reduction in performance. We should instead recommend just listing a
    subset of hooks to include in the husky config file.
    Eli Skeggs committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    198b174 View commit details
    Browse the repository at this point in the history
  4. fix: make dist/bin file executable

    Eli Skeggs committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    9bd2aec View commit details
    Browse the repository at this point in the history
  5. fix: exports

    Eli Skeggs committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    d1cfbc4 View commit details
    Browse the repository at this point in the history
  6. feat: include husky

    Eli Skeggs committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    335989b View commit details
    Browse the repository at this point in the history
  7. feat: support single non-origin remote

    Eli Skeggs committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    a0447aa View commit details
    Browse the repository at this point in the history
  8. fix: correct opt-in functionality

    Co-Authored-By: Shil Sinha <shil.sinha@gmail.com>
    skeggse and shils committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    7d9498b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. refactor: create utils file for git

    Eli Skeggs committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    9a17d65 View commit details
    Browse the repository at this point in the history
  2. feat: bail on incompatible git versions

    Eli Skeggs committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    0a8eecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19a6e66 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependencies

    Eli Skeggs committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    481d3fe View commit details
    Browse the repository at this point in the history
  5. chore: get ci to pass

    Eli Skeggs committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    27d6a11 View commit details
    Browse the repository at this point in the history