Skip to content
  • Ben Kochie's avatar
    Add dates to changelog entries · b0b1d7c8
    Ben Kochie authored
    
    
    Fixes release publishing.
    
    ```bash
    list=$(git tag | grep '^v' | sort -rV)
    for v in $list ; do
      ts=$(git rev-list -n 1 --pretty --date=format:'%Y-%m-%d' $v | awk '$1 == "Date:" {print $2}')
      echo "## $v / $ts"
    done
    ```
    
    Signed-off-by: default avatarBen Kochie <superq@gmail.com>
    b0b1d7c8
To find the state of this project's repository at the time of any of these versions, check out the tags.