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: cookpete/auto-changelog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: cookpete/auto-changelog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 3 commits
  • 15 files changed
  • 1 contributor

Commits on Jul 27, 2020

  1. Mild refactor

    - Move any tag-specific logic from releases.js to tags.js
    - Combine remote and latestVersion into options object to be passed around
    - Use const rather than function where possible
    - Hopefully fixes various bugs with single tags, including #174
    cookpete committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    1fc916c View commit details
    Browse the repository at this point in the history
  2. Remove requirement for --latest-version to be valid semver

    I’m not sure why it needed to be semver valid in the first place…
    Fixes #178
    cookpete committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    0957b43 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. 2.2.1

    cookpete committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    135d2af View commit details
    Browse the repository at this point in the history
Loading