8000 Comparing v9.2.0...v10.0.0 · codfish/cod-scripts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codfish/cod-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.2.0
Choose a base ref
...
head repository: codfish/cod-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    be8ca5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bd3f7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc605c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    751f363 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d457c9 View commit details
    Browse the repository at this point in the history
  6. feat: migrate to husky v7

    BREAKING CHANGE: husky config has been totally removed and
    huskys v4 setup no longer works. You will need to migrate to
    v7. More info: https://github.com/typicode/husky-4-to-7
    
    **TL;DR**
    
    Run the following:
    ```
    npm exec -- github:typicode/husky-4-to-7 --remove-v4-config
    ```
    
    You will need to edit `.husky/commit-msg` after running the above command.
    Change `-E HUSKY_GIT_PARAMS` --> `--edit $1`.
    codfish committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    863c25a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Merge pull request #191 from codfish/lint-staged-extend

    Husky v7 & Lint staged updates
    codfish authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    439f4f1 View commit details
    Browse the repository at this point in the history
Loading
0