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: eslint/eslint-release
base: 3d99f992d220ef23c00317d6eb56f29e28a61cd4
Choose a base ref
...
head repository: eslint/eslint-release
compare: ddc45780ef75014e44979489246f45b8ff4beece
Choose a head ref
  • 6 commits
  • 11 files changed
  • 5 contributors

Commits on Jun 22, 2019

  1. Copy the full SHA
    8cde736 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Upgrade: github-api@3.2.2 (#35)

    it fixes 1 vulnerability, reported by `npm audit`
    aladdin-add authored and platinumazure committed Aug 12, 2019
    Copy the full SHA
    13d962b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Update: Major version changelogs include all prereleases (#37)

    * Update: Major version changelogs include all prereleases
    
    For a new stable release following a prerelease sequence, the changelog
    will include the commits for all of the prereleases going back to the
    last stable release. For example, given the following release sequence:
    
    - 6.7.8
    - 6.8.0
    - 7.0.0-alpha.0
    - 7.0.0-alpha.1
    - 7.0.0
    
    The `7.0.0` changelog will include all changes since 6.8.0, whereas the
    `7.0.0-alpha.1` changelog will include only changes since
    `7.0.0-alpha.0`.
    
    If we prefer to include all changes going back to the previous stable
    release even for prerelease changelogs, that's an easy change and
    actually simplifies the logic a bit.
    
    * Update comment about version tags
    btmills committed May 8, 2020
    Copy the full SHA
    3d05dc5 View commit details
    Browse the repository at this point in the history
  2. Fix: use global-import shelljs (#38)

    * Fix: use global-import shelljs
    
    * Add comment
    kaicataldo committed May 8, 2020
    Copy the full SHA
    d6439b3 View commit details
    Browse the repository at this point in the history
  3. Build: changelog update for 2.0.0

    ESLint Jenkins committed May 8, 2020
    Copy the full SHA
    420577e View commit details
    Browse the repository at this point in the history
  4. 2.0.0

    ESLint Jenkins committed May 8, 2020
    Copy the full SHA
    ddc4578 View commit details
    Browse the repository at this point in the history