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: jimschubert/query-tag-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
...
head repository: jimschubert/query-tag-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2
Choose a head ref
  • 8 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 12, 2020

  1. Update README.md

    Clarify that I use `git describe --tags` to query tags.
    jimschubert authored Jul 12, 2020
    Configuration menu
    Copy the full SHA
    28ed6df View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Add option to return long tag format

    Ben Wilhelm committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    c7d65b3 View commit details
    Browse the repository at this point in the history
  2. Use abbrev instead of long for option name

     is an existing option for git describe, and it would be confusing to use it here
    for a different option
    Ben Wilhelm committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    9571c27 View commit details
    Browse the repository at this point in the history
  3. check against literal string 'false'

    Ben Wilhelm committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    890911f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c3e984 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Merge pull request #2 from w69b/master

    Adds `abbrev` option to override --abbrev=0
    jimschubert authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    3ed7ce2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Upgrade to node16 (#5)

    Upgrade to node 16 because node12 is deprecated by GitHub Action.
    wdjunaidi authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    11966ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebe504c View commit details
    Browse the repository at this point in the history
Loading